Struct zenoh_protocol::network::declare::token::UndeclareToken
source · pub struct UndeclareToken {
pub id: TokenId,
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_TKN |
+---------------+
~ token_id:z32 ~
+---------------+
~ [decl_exts] ~ if Z==1
+---------------+
Fields§
§id: TokenId§ext_wire_expr: WireExprTypeTrait Implementations§
source§impl Clone for UndeclareToken
impl Clone for UndeclareToken
source§fn clone(&self) -> UndeclareToken
fn clone(&self) -> UndeclareToken
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 UndeclareToken
impl Debug for UndeclareToken
source§impl PartialEq for UndeclareToken
impl PartialEq for UndeclareToken
source§fn eq(&self, other: &UndeclareToken) -> bool
fn eq(&self, other: &UndeclareToken) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UndeclareToken
impl StructuralPartialEq for UndeclareToken
Auto Trait Implementations§
impl Freeze for UndeclareToken
impl RefUnwindSafe for UndeclareToken
impl Send for UndeclareToken
impl Sync for UndeclareToken
impl Unpin for UndeclareToken
impl UnwindSafe for UndeclareToken
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