Enum zenoh_protocol::network::declare::DeclareBody
source · pub enum DeclareBody {
DeclareKeyExpr(DeclareKeyExpr),
UndeclareKeyExpr(UndeclareKeyExpr),
DeclareSubscriber(DeclareSubscriber),
UndeclareSubscriber(UndeclareSubscriber),
DeclareQueryable(DeclareQueryable),
UndeclareQueryable(UndeclareQueryable),
DeclareToken(DeclareToken),
UndeclareToken(UndeclareToken),
DeclareInterest(DeclareInterest),
FinalInterest(FinalInterest),
UndeclareInterest(UndeclareInterest),
}Variants§
DeclareKeyExpr(DeclareKeyExpr)
UndeclareKeyExpr(UndeclareKeyExpr)
DeclareSubscriber(DeclareSubscriber)
UndeclareSubscriber(UndeclareSubscriber)
DeclareQueryable(DeclareQueryable)
UndeclareQueryable(UndeclareQueryable)
DeclareToken(DeclareToken)
UndeclareToken(UndeclareToken)
DeclareInterest(DeclareInterest)
FinalInterest(FinalInterest)
UndeclareInterest(UndeclareInterest)
Trait Implementations§
source§impl Clone for DeclareBody
impl Clone for DeclareBody
source§fn clone(&self) -> DeclareBody
fn clone(&self) -> DeclareBody
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 DeclareBody
impl Debug for DeclareBody
source§impl PartialEq for DeclareBody
impl PartialEq for DeclareBody
source§fn eq(&self, other: &DeclareBody) -> bool
fn eq(&self, other: &DeclareBody) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DeclareBody
impl StructuralPartialEq for DeclareBody
Auto Trait Implementations§
impl Freeze for DeclareBody
impl RefUnwindSafe for DeclareBody
impl Send for DeclareBody
impl Sync for DeclareBody
impl Unpin for DeclareBody
impl UnwindSafe for DeclareBody
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