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