pub struct AdjustReason {
pub name: Option<String>,
pub requires_immature_waste_weight: Option<bool>,
pub requires_mature_waste_weight: Option<bool>,
pub requires_note: Option<bool>,
pub requires_waste_weight: Option<bool>,
}Fields§
§name: Option<String>§requires_immature_waste_weight: Option<bool>§requires_mature_waste_weight: Option<bool>§requires_note: Option<bool>§requires_waste_weight: Option<bool>Trait Implementations§
Source§impl Clone for AdjustReason
impl Clone for AdjustReason
Source§fn clone(&self) -> AdjustReason
fn clone(&self) -> AdjustReason
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 moreSource§impl Debug for AdjustReason
impl Debug for AdjustReason
Source§impl<'de> Deserialize<'de> for AdjustReason
impl<'de> Deserialize<'de> for AdjustReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AdjustReason
impl RefUnwindSafe for AdjustReason
impl Send for AdjustReason
impl Sync for AdjustReason
impl Unpin for AdjustReason
impl UnsafeUnpin for AdjustReason
impl UnwindSafe for AdjustReason
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