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