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