Struct QueryLabel
pub struct QueryLabel(/* private fields */);Implementations§
§impl QueryLabel
impl QueryLabel
Trait Implementations§
§impl Clone for QueryLabel
impl Clone for QueryLabel
§fn clone(&self) -> QueryLabel
fn clone(&self) -> QueryLabel
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 more§impl Debug for QueryLabel
impl Debug for QueryLabel
§impl Display for QueryLabel
impl Display for QueryLabel
§impl Hash for QueryLabel
impl Hash for QueryLabel
§impl Ord for QueryLabel
impl Ord for QueryLabel
§impl PartialEq for QueryLabel
impl PartialEq for QueryLabel
§impl PartialOrd for QueryLabel
impl PartialOrd for QueryLabel
impl Eq for QueryLabel
impl StructuralPartialEq for QueryLabel
Auto Trait Implementations§
impl Freeze for QueryLabel
impl RefUnwindSafe for QueryLabel
impl Send for QueryLabel
impl Sync for QueryLabel
impl Unpin for QueryLabel
impl UnsafeUnpin for QueryLabel
impl UnwindSafe for QueryLabel
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