pub struct UnitsForReply {
pub units: Vec<UnitsInCategory>,
pub of: NumberParts,
}Fields§
§units: Vec<UnitsInCategory>§of: NumberPartsDimensions and quantity are set.
Trait Implementations§
Source§impl Clone for UnitsForReply
impl Clone for UnitsForReply
Source§fn clone(&self) -> UnitsForReply
fn clone(&self) -> UnitsForReply
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 UnitsForReply
impl Debug for UnitsForReply
Source§impl Display for UnitsForReply
impl Display for UnitsForReply
Source§impl Serialize for UnitsForReply
impl Serialize for UnitsForReply
Auto Trait Implementations§
impl Freeze for UnitsForReply
impl RefUnwindSafe for UnitsForReply
impl Send for UnitsForReply
impl Sync for UnitsForReply
impl Unpin for UnitsForReply
impl UnsafeUnpin for UnitsForReply
impl UnwindSafe for UnitsForReply
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