pub struct RustSnakeIdentifier(/* private fields */);
Expand description
These are potentically keywords, so should be prefixed with r# for safety
Trait Implementations§
Source§impl Debug for RustSnakeIdentifier
impl Debug for RustSnakeIdentifier
Source§impl Display for RustSnakeIdentifier
impl Display for RustSnakeIdentifier
Source§impl From<String> for RustSnakeIdentifier
impl From<String> for RustSnakeIdentifier
Auto Trait Implementations§
impl Freeze for RustSnakeIdentifier
impl RefUnwindSafe for RustSnakeIdentifier
impl Send for RustSnakeIdentifier
impl Sync for RustSnakeIdentifier
impl Unpin for RustSnakeIdentifier
impl UnwindSafe for RustSnakeIdentifier
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