Struct sway_ast::keywords::MatchToken
source · [−]pub struct MatchToken { /* private fields */ }
Trait Implementations
sourceimpl Clone for MatchToken
impl Clone for MatchToken
sourcefn clone(&self) -> MatchToken
fn clone(&self) -> MatchToken
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 MatchToken
impl Debug for MatchToken
sourceimpl From<MatchToken> for Ident
impl From<MatchToken> for Ident
sourcefn from(o: MatchToken) -> Ident
fn from(o: MatchToken) -> Ident
Converts to this type from the input type.
sourceimpl Keyword for MatchToken
impl Keyword 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
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