pub enum ConstraintAssociatedToken {
Mint(Ident),
Authority(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for ConstraintAssociatedToken
impl Clone for ConstraintAssociatedToken
Source§fn clone(&self) -> ConstraintAssociatedToken
fn clone(&self) -> ConstraintAssociatedToken
Returns a duplicate 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 moreSource§impl Parse for ConstraintAssociatedToken
impl Parse for ConstraintAssociatedToken
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ConstraintAssociatedToken
impl RefUnwindSafe for ConstraintAssociatedToken
impl !Send for ConstraintAssociatedToken
impl !Sync for ConstraintAssociatedToken
impl Unpin for ConstraintAssociatedToken
impl UnsafeUnpin for ConstraintAssociatedToken
impl UnwindSafe for ConstraintAssociatedToken
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