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