Type Alias Struct
Source pub type Struct<'v> = Derived<'v, ItemStruct>;
struct Struct<'v> {
pub parent: &'v ItemInput,
pub inner: &'v ItemStruct,
}
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