pub struct ShamtW { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for ShamtW
impl StructuralPartialEq for ShamtW
Auto Trait Implementations§
impl Freeze for ShamtW
impl RefUnwindSafe for ShamtW
impl Send for ShamtW
impl Sync for ShamtW
impl Unpin for ShamtW
impl UnsafeUnpin for ShamtW
impl UnwindSafe for ShamtW
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