pub struct CharNull { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for CharNull
impl Ord for CharNull
Source§impl PartialOrd for CharNull
impl PartialOrd for CharNull
impl Eq for CharNull
impl StructuralPartialEq for CharNull
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