pub struct NoSides;Expand description
NoSides (552).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoSides
impl RefUnwindSafe for NoSides
impl Send for NoSides
impl Sync for NoSides
impl Unpin for NoSides
impl UnsafeUnpin for NoSides
impl UnwindSafe for NoSides
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