Struct zenoh_protocol::network::declare::subscriber::UndeclareSubscriber
source · pub struct UndeclareSubscriber {
pub id: SubscriberId,
pub ext_wire_expr: WireExprType,
}Expand description
Flags:
- X: Reserved
- X: Reserved
- Z: Extension If Z==1 then at least one extension is present
7 6 5 4 3 2 1 0
+-+-+-+-+-+-+-+-+
|Z|X|X| U_SUB |
+---------------+
~ subs_id:z32 ~
+---------------+
~ [decl_exts] ~ if Z==1
+---------------+
Fields§
§id: SubscriberId§ext_wire_expr: WireExprTypeTrait Implementations§
source§impl Clone for UndeclareSubscriber
impl Clone for UndeclareSubscriber
source§fn clone(&self) -> UndeclareSubscriber
fn clone(&self) -> UndeclareSubscriber
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UndeclareSubscriber
impl Debug for UndeclareSubscriber
source§impl PartialEq for UndeclareSubscriber
impl PartialEq for UndeclareSubscriber
source§fn eq(&self, other: &UndeclareSubscriber) -> bool
fn eq(&self, other: &UndeclareSubscriber) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UndeclareSubscriber
impl StructuralPartialEq for UndeclareSubscriber
Auto Trait Implementations§
impl Freeze for UndeclareSubscriber
impl RefUnwindSafe for UndeclareSubscriber
impl Send for UndeclareSubscriber
impl Sync for UndeclareSubscriber
impl Unpin for UndeclareSubscriber
impl UnwindSafe for UndeclareSubscriber
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