Struct anchor_syn::CompositeField [−][src]
pub struct CompositeField { pub ident: Ident, pub symbol: String, pub constraints: Vec<Constraint>, pub raw_field: Field, }
Fields
ident: Ident
symbol: String
constraints: Vec<Constraint>
raw_field: Field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompositeField
impl !Send for CompositeField
impl !Sync for CompositeField
impl Unpin for CompositeField
impl UnwindSafe for CompositeField
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self