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