pub struct SeqStart { /* private fields */ }Expand description
Bookkeeping for an in-progress SEQUENCE or tagged wrapper.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeqStart
impl RefUnwindSafe for SeqStart
impl Send for SeqStart
impl Sync for SeqStart
impl Unpin for SeqStart
impl UnsafeUnpin for SeqStart
impl UnwindSafe for SeqStart
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