pub struct DataStruct {
pub struct_token: Struct,
pub fields: Fields,
pub semi_token: Option<Semi>,
}
Available on crate feature
derive
only.Expand description
A struct input to a proc_macro_derive
macro.
Fields§
§struct_token: Struct
§fields: Fields
§semi_token: Option<Semi>
Trait Implementations§
Source§impl Clone for DataStruct
Available on crate feature clone-impls
only.
impl Clone for DataStruct
Available on crate feature
clone-impls
only.Source§impl Debug for DataStruct
Available on crate feature extra-traits
only.
impl Debug for DataStruct
Available on crate feature
extra-traits
only.Source§impl Hash for DataStruct
Available on crate feature extra-traits
only.
impl Hash for DataStruct
Available on crate feature
extra-traits
only.Source§impl PartialEq for DataStruct
Available on crate feature extra-traits
only.
impl PartialEq for DataStruct
Available on crate feature
extra-traits
only.impl Eq for DataStruct
Available on crate feature
extra-traits
only.Auto Trait Implementations§
impl Freeze for DataStruct
impl RefUnwindSafe for DataStruct
impl !Send for DataStruct
impl !Sync for DataStruct
impl Unpin for DataStruct
impl UnwindSafe for DataStruct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes