Struct sway_ast::keywords::FatRightArrowToken
source · pub struct FatRightArrowToken { /* private fields */ }Trait Implementations§
source§impl Clone for FatRightArrowToken
impl Clone for FatRightArrowToken
source§fn clone(&self) -> FatRightArrowToken
fn clone(&self) -> FatRightArrowToken
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 FatRightArrowToken
impl Debug for FatRightArrowToken
source§impl Default for FatRightArrowToken
impl Default for FatRightArrowToken
source§impl From<FatRightArrowToken> for Ident
impl From<FatRightArrowToken> for Ident
source§fn from(o: FatRightArrowToken) -> Ident
fn from(o: FatRightArrowToken) -> Ident
Converts to this type from the input type.
source§impl Serialize for FatRightArrowToken
impl Serialize for FatRightArrowToken
source§impl Token for FatRightArrowToken
impl Token for FatRightArrowToken
source§const PUNCT_KINDS: &'static [PunctKind] = _
const PUNCT_KINDS: &'static [PunctKind] = _
The sequence of punctuations that make up the token.
source§const NOT_FOLLOWED_BY: &'static [PunctKind] = _
const NOT_FOLLOWED_BY: &'static [PunctKind] = _
Punctuations that will not follow the token.
Auto Trait Implementations§
impl RefUnwindSafe for FatRightArrowToken
impl Send for FatRightArrowToken
impl Sync for FatRightArrowToken
impl Unpin for FatRightArrowToken
impl UnwindSafe for FatRightArrowToken
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