Enum zenoh_protocol_core::QueryTarget
source · [−]pub enum QueryTarget {
BestMatching,
All,
AllComplete,
}
Expand description
The zenoh::queryable::Queryable
s that should be target of a zenoh::Session::get()
.
Variants
BestMatching
All
AllComplete
Trait Implementations
sourceimpl Clone for QueryTarget
impl Clone for QueryTarget
sourcefn clone(&self) -> QueryTarget
fn clone(&self) -> QueryTarget
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QueryTarget
impl Debug for QueryTarget
sourceimpl Default for QueryTarget
impl Default for QueryTarget
sourceimpl PartialEq<QueryTarget> for QueryTarget
impl PartialEq<QueryTarget> for QueryTarget
sourcefn eq(&self, other: &QueryTarget) -> bool
fn eq(&self, other: &QueryTarget) -> bool
impl Copy for QueryTarget
impl Eq for QueryTarget
impl StructuralEq for QueryTarget
impl StructuralPartialEq for QueryTarget
Auto Trait Implementations
impl RefUnwindSafe for QueryTarget
impl Send for QueryTarget
impl Sync for QueryTarget
impl Unpin for QueryTarget
impl UnwindSafe for QueryTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more