pub struct ResemblingLabelData {
pub key: String,
pub value: String,
pub existing_key: String,
pub existing_value: String,
pub kind: String,
pub why: String,
}Expand description
A label a write named beside the existing label it resembles.
Fields§
§key: String§value: String§existing_key: String§existing_value: String§kind: String§why: StringTrait Implementations§
Source§impl Clone for ResemblingLabelData
impl Clone for ResemblingLabelData
Source§fn clone(&self) -> ResemblingLabelData
fn clone(&self) -> ResemblingLabelData
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 ResemblingLabelData
impl Debug for ResemblingLabelData
impl Eq for ResemblingLabelData
Source§impl PartialEq for ResemblingLabelData
impl PartialEq for ResemblingLabelData
impl StructuralPartialEq for ResemblingLabelData
Auto Trait Implementations§
impl Freeze for ResemblingLabelData
impl RefUnwindSafe for ResemblingLabelData
impl Send for ResemblingLabelData
impl Sync for ResemblingLabelData
impl Unpin for ResemblingLabelData
impl UnsafeUnpin for ResemblingLabelData
impl UnwindSafe for ResemblingLabelData
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