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