pub enum c {}
Trait Implementations§
Source§impl Ord for c
impl Ord for c
Source§impl PartialOrd for c
impl PartialOrd for c
impl Copy for c
impl Eq for c
impl StructuralPartialEq for c
Auto Trait Implementations§
impl Freeze for c
impl RefUnwindSafe for c
impl Send for c
impl Sync for c
impl Unpin for c
impl UnwindSafe for c
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