#[repr(C)]pub struct NoticeField {
pub is_null: bool,
pub BrokerID: String,
pub Content: Vec<u8>,
pub SequenceLabel: Vec<u8>,
}
Fields§
§is_null: bool
§BrokerID: String
§Content: Vec<u8>
§SequenceLabel: Vec<u8>
Trait Implementations§
Source§impl Clone for NoticeField
impl Clone for NoticeField
Source§impl Debug for NoticeField
impl Debug for NoticeField
Source§impl Default for NoticeField
impl Default for NoticeField
Source§impl ExternType for NoticeField
impl ExternType for NoticeField
Auto Trait Implementations§
impl Freeze for NoticeField
impl RefUnwindSafe for NoticeField
impl Send for NoticeField
impl Sync for NoticeField
impl Unpin for NoticeField
impl UnwindSafe for NoticeField
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