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