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