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