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