pub struct Cenaf(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Cenaf
impl Ord for Cenaf
Source§impl PartialOrd for Cenaf
impl PartialOrd for Cenaf
impl Copy for Cenaf
impl Eq for Cenaf
impl StructuralPartialEq for Cenaf
Auto Trait Implementations§
impl Freeze for Cenaf
impl RefUnwindSafe for Cenaf
impl Send for Cenaf
impl Sync for Cenaf
impl Unpin for Cenaf
impl UnwindSafe for Cenaf
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