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