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