pub struct MoveToFront { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl Debug for MoveToFront
impl Debug for MoveToFront
Source§impl Default for MoveToFront
impl Default for MoveToFront
Auto Trait Implementations§
impl Freeze for MoveToFront
impl RefUnwindSafe for MoveToFront
impl Send for MoveToFront
impl Sync for MoveToFront
impl Unpin for MoveToFront
impl UnwindSafe for MoveToFront
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