Struct anchor_syn::ConstraintAssociated [−][src]
pub struct ConstraintAssociated { pub associated_target: Ident, }
Fields
associated_target: Ident
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConstraintAssociated
impl !Send for ConstraintAssociated
impl !Sync for ConstraintAssociated
impl Unpin for ConstraintAssociated
impl UnwindSafe for ConstraintAssociated
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