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