Struct sway_ast::keywords::PredicateToken
source · pub struct PredicateToken { /* private fields */ }Trait Implementations§
source§impl Clone for PredicateToken
impl Clone for PredicateToken
source§fn clone(&self) -> PredicateToken
fn clone(&self) -> PredicateToken
Returns a copy 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 Debug for PredicateToken
impl Debug for PredicateToken
source§impl From<PredicateToken> for Ident
impl From<PredicateToken> for Ident
source§fn from(o: PredicateToken) -> Ident
fn from(o: PredicateToken) -> Ident
Converts to this type from the input type.
source§impl Keyword for PredicateToken
impl Keyword for PredicateToken
source§impl Serialize for PredicateToken
impl Serialize 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§
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