pub struct LabelQuery { /* private fields */ }Expand description
Label query selector for boundary condition application.
Implementations§
Trait Implementations§
Source§impl Clone for LabelQuery
impl Clone for LabelQuery
Source§fn clone(&self) -> LabelQuery
fn clone(&self) -> LabelQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LabelQuery
impl Debug for LabelQuery
impl Eq for LabelQuery
Source§impl PartialEq for LabelQuery
impl PartialEq for LabelQuery
impl StructuralPartialEq for LabelQuery
Auto Trait Implementations§
impl Freeze for LabelQuery
impl RefUnwindSafe for LabelQuery
impl Send for LabelQuery
impl Sync for LabelQuery
impl Unpin for LabelQuery
impl UnsafeUnpin for LabelQuery
impl UnwindSafe for LabelQuery
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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