struct ValueInfoInputAttrs {
ty: Option<Ident>,
other_values: Option<String>,
}
Fields§
§ty: Option<Ident>
§other_values: Option<String>
Trait Implementations§
source§impl Default for ValueInfoInputAttrs
impl Default for ValueInfoInputAttrs
source§fn default() -> ValueInfoInputAttrs
fn default() -> ValueInfoInputAttrs
Returns the “default value” for a type. Read more
source§impl FromDeriveInput for ValueInfoInputAttrs
impl FromDeriveInput for ValueInfoInputAttrs
source§fn from_derive_input(__di: &DeriveInput) -> Result<Self>
fn from_derive_input(__di: &DeriveInput) -> Result<Self>
Create an instance from
syn::DeriveInput
, or return an error.Auto Trait Implementations§
impl Freeze for ValueInfoInputAttrs
impl RefUnwindSafe for ValueInfoInputAttrs
impl !Send for ValueInfoInputAttrs
impl !Sync for ValueInfoInputAttrs
impl Unpin for ValueInfoInputAttrs
impl UnwindSafe for ValueInfoInputAttrs
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