pub struct CharNull { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CharNull
impl RefUnwindSafe for CharNull
impl Send for CharNull
impl Sync for CharNull
impl Unpin for CharNull
impl UnwindSafe for CharNull
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