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