Struct sway_ast::keywords::PredicateToken
source · [−]pub struct PredicateToken { /* private fields */ }
Trait Implementations
sourceimpl Clone for PredicateToken
impl Clone for PredicateToken
sourcefn clone(&self) -> PredicateToken
fn clone(&self) -> PredicateToken
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PredicateToken
impl Debug for PredicateToken
sourceimpl From<PredicateToken> for Ident
impl From<PredicateToken> for Ident
sourcefn from(o: PredicateToken) -> Ident
fn from(o: PredicateToken) -> Ident
Converts to this type from the input type.
sourceimpl Keyword for PredicateToken
impl Keyword for PredicateToken
Auto Trait Implementations
impl RefUnwindSafe for PredicateToken
impl Send for PredicateToken
impl Sync for PredicateToken
impl Unpin for PredicateToken
impl UnwindSafe for PredicateToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more