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