pub struct LimitsAndFits {
pub form_variance: String,
pub zone_variance: String,
pub grade: String,
pub source: String,
}Fields§
§form_variance: String§zone_variance: String§grade: String§source: StringTrait Implementations§
Source§impl Clone for LimitsAndFits
impl Clone for LimitsAndFits
Source§fn clone(&self) -> LimitsAndFits
fn clone(&self) -> LimitsAndFits
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 LimitsAndFits
impl Debug for LimitsAndFits
Source§impl PartialEq for LimitsAndFits
impl PartialEq for LimitsAndFits
Source§fn eq(&self, other: &LimitsAndFits) -> bool
fn eq(&self, other: &LimitsAndFits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LimitsAndFits
Auto Trait Implementations§
impl Freeze for LimitsAndFits
impl RefUnwindSafe for LimitsAndFits
impl Send for LimitsAndFits
impl Sync for LimitsAndFits
impl Unpin for LimitsAndFits
impl UnsafeUnpin for LimitsAndFits
impl UnwindSafe for LimitsAndFits
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