Struct anchor_syn::ConstraintTokenAuthority
source · pub struct ConstraintTokenAuthority {
pub auth: Expr,
}
Fields§
§auth: Expr
Trait Implementations§
source§impl Clone for ConstraintTokenAuthority
impl Clone for ConstraintTokenAuthority
source§fn clone(&self) -> ConstraintTokenAuthority
fn clone(&self) -> ConstraintTokenAuthority
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ConstraintTokenAuthority
impl !Send for ConstraintTokenAuthority
impl !Sync for ConstraintTokenAuthority
impl Unpin for ConstraintTokenAuthority
impl UnwindSafe for ConstraintTokenAuthority
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