pub struct SimpleSelector { /* private fields */ }
Expand description
Fluent builder for simple queries that only support exact matching
Implementations§
Trait Implementations§
Source§impl Clone for SimpleSelector
impl Clone for SimpleSelector
Source§fn clone(&self) -> SimpleSelector
fn clone(&self) -> SimpleSelector
Returns a duplicate 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 SimpleSelector
impl Debug for SimpleSelector
Source§impl From<SimpleSelector> for By
impl From<SimpleSelector> for By
Source§fn from(selector: SimpleSelector) -> Self
fn from(selector: SimpleSelector) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SimpleSelector
impl RefUnwindSafe for SimpleSelector
impl Send for SimpleSelector
impl Sync for SimpleSelector
impl Unpin for SimpleSelector
impl UnwindSafe for SimpleSelector
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