Type Alias Variant
Source pub type Variant<'v> = Derived<'v, Variant, Derived<'v, ItemEnum>>;
struct Variant<'v> {
pub parent: Derived<'v, ItemEnum>,
pub inner: &'v Variant,
}
Implementations
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
The resulting type after dereferencing.
Dereferences the value.
Write
self
to the given
TokenStream
.
Read more
Convert
self
directly into a
TokenStream
object.
Read more
Convert
self
directly into a
TokenStream
object.
Read more