pub struct ReturnsTodayQuery {
pub include_credit_account: Option<bool>,
}Expand description
Optional query parameters for Client::get_returns_today.
Fields§
§include_credit_account: Option<bool>true if credit accounts should be included.
Defaults to true server-side.
Trait Implementations§
Source§impl Clone for ReturnsTodayQuery
impl Clone for ReturnsTodayQuery
Source§fn clone(&self) -> ReturnsTodayQuery
fn clone(&self) -> ReturnsTodayQuery
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 ReturnsTodayQuery
impl Debug for ReturnsTodayQuery
Source§impl Default for ReturnsTodayQuery
impl Default for ReturnsTodayQuery
Source§fn default() -> ReturnsTodayQuery
fn default() -> ReturnsTodayQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReturnsTodayQuery
impl RefUnwindSafe for ReturnsTodayQuery
impl Send for ReturnsTodayQuery
impl Sync for ReturnsTodayQuery
impl Unpin for ReturnsTodayQuery
impl UnsafeUnpin for ReturnsTodayQuery
impl UnwindSafe for ReturnsTodayQuery
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