pub struct SetCallerIDFilteringResponse {
pub status: Option<String>,
pub filtering: Option<u64>,
}Expand description
Response body for Client::set_caller_id_filtering (wire method setCallerIDFiltering).
Fields§
§status: Option<String>§filtering: Option<u64>Trait Implementations§
Source§impl Clone for SetCallerIDFilteringResponse
impl Clone for SetCallerIDFilteringResponse
Source§fn clone(&self) -> SetCallerIDFilteringResponse
fn clone(&self) -> SetCallerIDFilteringResponse
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 SetCallerIDFilteringResponse
impl Debug for SetCallerIDFilteringResponse
Source§impl Default for SetCallerIDFilteringResponse
impl Default for SetCallerIDFilteringResponse
Source§fn default() -> SetCallerIDFilteringResponse
fn default() -> SetCallerIDFilteringResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetCallerIDFilteringResponse
impl<'de> Deserialize<'de> for SetCallerIDFilteringResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetCallerIDFilteringResponse
impl RefUnwindSafe for SetCallerIDFilteringResponse
impl Send for SetCallerIDFilteringResponse
impl Sync for SetCallerIDFilteringResponse
impl Unpin for SetCallerIDFilteringResponse
impl UnsafeUnpin for SetCallerIDFilteringResponse
impl UnwindSafe for SetCallerIDFilteringResponse
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