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