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