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