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