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