pub struct MsgNotSupportedT {
pub message_number: u16,
}
Fields§
§message_number: u16
Trait Implementations§
Source§impl Debug for MsgNotSupportedT
impl Debug for MsgNotSupportedT
Source§impl PartialEq for MsgNotSupportedT
impl PartialEq for MsgNotSupportedT
impl StructuralPartialEq for MsgNotSupportedT
Auto Trait Implementations§
impl Freeze for MsgNotSupportedT
impl RefUnwindSafe for MsgNotSupportedT
impl Send for MsgNotSupportedT
impl Sync for MsgNotSupportedT
impl Unpin for MsgNotSupportedT
impl UnwindSafe for MsgNotSupportedT
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