pub struct GetRateCentersCANParams {
pub province: Option<String>,
}Expand description
Parameters for Client::get_rate_centers_can (wire method getRateCentersCAN).
Fields§
§province: Option<String>Trait Implementations§
Source§impl Clone for GetRateCentersCANParams
impl Clone for GetRateCentersCANParams
Source§fn clone(&self) -> GetRateCentersCANParams
fn clone(&self) -> GetRateCentersCANParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetRateCentersCANParams
impl Debug for GetRateCentersCANParams
Source§impl Default for GetRateCentersCANParams
impl Default for GetRateCentersCANParams
Source§fn default() -> GetRateCentersCANParams
fn default() -> GetRateCentersCANParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetRateCentersCANParams
impl RefUnwindSafe for GetRateCentersCANParams
impl Send for GetRateCentersCANParams
impl Sync for GetRateCentersCANParams
impl Unpin for GetRateCentersCANParams
impl UnsafeUnpin for GetRateCentersCANParams
impl UnwindSafe for GetRateCentersCANParams
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