Struct sway_ast::keywords::ClassToken
source · pub struct ClassToken { /* private fields */ }Trait Implementations
sourceimpl Clone for ClassToken
impl Clone for ClassToken
sourcefn clone(&self) -> ClassToken
fn clone(&self) -> ClassToken
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 moresourceimpl Debug for ClassToken
impl Debug for ClassToken
sourceimpl From<ClassToken> for Ident
impl From<ClassToken> for Ident
sourcefn from(o: ClassToken) -> Ident
fn from(o: ClassToken) -> Ident
Converts to this type from the input type.
sourceimpl Keyword for ClassToken
impl Keyword for ClassToken
Auto Trait Implementations
impl RefUnwindSafe for ClassToken
impl Send for ClassToken
impl Sync for ClassToken
impl Unpin for ClassToken
impl UnwindSafe for ClassToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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