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