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