pub struct RustIdent;
Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustIdent
impl RefUnwindSafe for RustIdent
impl Send for RustIdent
impl Sync for RustIdent
impl Unpin for RustIdent
impl UnwindSafe for RustIdent
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