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