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.