pub struct BindEntry {
pub message_type: String,
pub device_name: String,
}
Expand description
Child message entry in BIND message
Fields§
§message_type: String
Message type (max 12 chars)
device_name: String
Device name (max 20 chars)
Implementations§
Trait Implementations§
impl StructuralPartialEq for BindEntry
Auto Trait Implementations§
impl Freeze for BindEntry
impl RefUnwindSafe for BindEntry
impl Send for BindEntry
impl Sync for BindEntry
impl Unpin for BindEntry
impl UnwindSafe for BindEntry
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