pub struct GetRateCentersCANResponseRatecenter {
pub ratecenter: Option<String>,
pub available: Option<bool>,
}Expand description
Response body for Client::get_rate_centers_can (wire method getRateCentersCAN).
Fields§
§ratecenter: Option<String>§available: Option<bool>Trait Implementations§
Source§impl Clone for GetRateCentersCANResponseRatecenter
impl Clone for GetRateCentersCANResponseRatecenter
Source§fn clone(&self) -> GetRateCentersCANResponseRatecenter
fn clone(&self) -> GetRateCentersCANResponseRatecenter
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 Default for GetRateCentersCANResponseRatecenter
impl Default for GetRateCentersCANResponseRatecenter
Source§fn default() -> GetRateCentersCANResponseRatecenter
fn default() -> GetRateCentersCANResponseRatecenter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRateCentersCANResponseRatecenter
impl<'de> Deserialize<'de> for GetRateCentersCANResponseRatecenter
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetRateCentersCANResponseRatecenter
impl RefUnwindSafe for GetRateCentersCANResponseRatecenter
impl Send for GetRateCentersCANResponseRatecenter
impl Sync for GetRateCentersCANResponseRatecenter
impl Unpin for GetRateCentersCANResponseRatecenter
impl UnsafeUnpin for GetRateCentersCANResponseRatecenter
impl UnwindSafe for GetRateCentersCANResponseRatecenter
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