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