pub struct LabelTextSelector { /* private fields */ }
Expand description
Fluent builder for label text queries with selector and exact options
Implementations§
Trait Implementations§
Source§impl Clone for LabelTextSelector
impl Clone for LabelTextSelector
Source§fn clone(&self) -> LabelTextSelector
fn clone(&self) -> LabelTextSelector
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 LabelTextSelector
impl Debug for LabelTextSelector
Source§impl From<LabelTextSelector> for By
impl From<LabelTextSelector> for By
Source§fn from(selector: LabelTextSelector) -> Self
fn from(selector: LabelTextSelector) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LabelTextSelector
impl RefUnwindSafe for LabelTextSelector
impl Send for LabelTextSelector
impl Sync for LabelTextSelector
impl Unpin for LabelTextSelector
impl UnwindSafe for LabelTextSelector
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