Struct anchor_syn::CompositeField
source · [−]pub struct CompositeField {
pub ident: Ident,
pub constraints: ConstraintGroup,
pub instruction_constraints: ConstraintGroup,
pub symbol: String,
pub raw_field: Field,
pub docs: String,
}
Fields
ident: Ident
constraints: ConstraintGroup
instruction_constraints: ConstraintGroup
symbol: String
raw_field: Field
docs: String
Documentation string.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more