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