pub struct KeywordAsIdent { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for KeywordAsIdent
impl Debug for KeywordAsIdent
Source§impl Diagnostic for KeywordAsIdent
impl Diagnostic for KeywordAsIdent
Source§impl From<KeywordAsIdent> for Error
impl From<KeywordAsIdent> for Error
Source§fn from(e: KeywordAsIdent) -> Self
fn from(e: KeywordAsIdent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeywordAsIdent
impl RefUnwindSafe for KeywordAsIdent
impl Send for KeywordAsIdent
impl Sync for KeywordAsIdent
impl Unpin for KeywordAsIdent
impl UnwindSafe for KeywordAsIdent
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