pub struct PositionSeq<SEQ, BUF>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<SEQ, BUF> Freeze for PositionSeq<SEQ, BUF>
impl<SEQ, BUF> RefUnwindSafe for PositionSeq<SEQ, BUF>where
SEQ: RefUnwindSafe,
BUF: RefUnwindSafe,
impl<SEQ, BUF> Send for PositionSeq<SEQ, BUF>
impl<SEQ, BUF> Sync for PositionSeq<SEQ, BUF>
impl<SEQ, BUF> Unpin for PositionSeq<SEQ, BUF>
impl<SEQ, BUF> UnwindSafe for PositionSeq<SEQ, BUF>where
SEQ: UnwindSafe,
BUF: UnwindSafe,
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