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