pub struct AmountMatch {
pub value: String,
pub unit: Option<String>,
pub raw: String,
}Fields§
§value: String§unit: Option<String>§raw: StringTrait Implementations§
Source§impl Clone for AmountMatch
impl Clone for AmountMatch
Source§fn clone(&self) -> AmountMatch
fn clone(&self) -> AmountMatch
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 AmountMatch
impl Debug for AmountMatch
Auto Trait Implementations§
impl Freeze for AmountMatch
impl RefUnwindSafe for AmountMatch
impl Send for AmountMatch
impl Sync for AmountMatch
impl Unpin for AmountMatch
impl UnsafeUnpin for AmountMatch
impl UnwindSafe for AmountMatch
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