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