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