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