pub struct SingleRateResponse {
pub date: Date,
pub table_number: String,
pub rate: Decimal,
}Fields§
§date: Date§table_number: String§rate: DecimalTrait Implementations§
Source§impl Clone for SingleRateResponse
impl Clone for SingleRateResponse
Source§fn clone(&self) -> SingleRateResponse
fn clone(&self) -> SingleRateResponse
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 moreAuto Trait Implementations§
impl Freeze for SingleRateResponse
impl RefUnwindSafe for SingleRateResponse
impl Send for SingleRateResponse
impl Sync for SingleRateResponse
impl Unpin for SingleRateResponse
impl UnwindSafe for SingleRateResponse
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