Struct devise::syn::DataStruct [−][src]
pub struct DataStruct {
pub struct_token: Struct,
pub fields: Fields,
pub semi_token: Option<Semi>,
}
Expand description
A struct input to a proc_macro_derive
macro.
This type is available if Syn is built with the "derive"
feature.
Fields
struct_token: Struct
fields: Fields
semi_token: Option<Semi>
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for DataStruct
impl !Send for DataStruct
impl !Sync for DataStruct
impl Unpin for DataStruct
impl UnwindSafe for DataStruct
Blanket Implementations
Mutably borrows from an owned value. Read more