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