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