pub struct DomainMapping {
pub negative_label: String,
pub zero_label: String,
pub positive_label: String,
}Expand description
How a domain interprets the three ternary values.
Fields§
§negative_label: String§zero_label: String§positive_label: StringTrait Implementations§
Source§impl Clone for DomainMapping
impl Clone for DomainMapping
Source§fn clone(&self) -> DomainMapping
fn clone(&self) -> DomainMapping
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 moreAuto Trait Implementations§
impl Freeze for DomainMapping
impl RefUnwindSafe for DomainMapping
impl Send for DomainMapping
impl Sync for DomainMapping
impl Unpin for DomainMapping
impl UnsafeUnpin for DomainMapping
impl UnwindSafe for DomainMapping
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