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