pub enum QueryTarget {
BestMatching,
All,
AllComplete,
}
Expand description
The zenoh::queryable::Queryable
s that should be target of a zenoh::Session::get()
.
Variants§
Trait Implementations§
Source§impl Clone for QueryTarget
impl Clone for QueryTarget
Source§fn clone(&self) -> QueryTarget
fn clone(&self) -> QueryTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QueryTarget
impl Debug for QueryTarget
Source§impl Default for QueryTarget
impl Default for QueryTarget
Source§impl PartialEq for QueryTarget
impl PartialEq for QueryTarget
impl Copy for QueryTarget
impl Eq for QueryTarget
impl StructuralPartialEq for QueryTarget
Auto Trait Implementations§
impl Freeze for QueryTarget
impl RefUnwindSafe for QueryTarget
impl Send for QueryTarget
impl Sync for QueryTarget
impl Unpin for QueryTarget
impl UnwindSafe for QueryTarget
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