pub struct ContractStatRequest {
pub contract_code: String,
pub start_date: String,
pub end_date: String,
}Expand description
Request for contract statistics.
Fields§
§contract_code: StringContract code.
start_date: StringStart date.
end_date: StringEnd date.
Trait Implementations§
Source§impl Clone for ContractStatRequest
impl Clone for ContractStatRequest
Source§fn clone(&self) -> ContractStatRequest
fn clone(&self) -> ContractStatRequest
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 ContractStatRequest
impl Debug for ContractStatRequest
Auto Trait Implementations§
impl Freeze for ContractStatRequest
impl RefUnwindSafe for ContractStatRequest
impl Send for ContractStatRequest
impl Sync for ContractStatRequest
impl Unpin for ContractStatRequest
impl UnwindSafe for ContractStatRequest
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