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