pub struct GetCallerIDFilteringResponseFiltering {
pub filtering: Option<u64>,
pub callerid: Option<u64>,
pub did: Option<u64>,
pub routing: Option<Routing>,
pub failover_unreachable: Option<Routing>,
pub failover_busy: Option<Routing>,
pub failover_noanswer: Option<Routing>,
pub note: Option<String>,
}Expand description
Response body for Client::get_caller_id_filtering (wire method getCallerIDFiltering).
Fields§
§filtering: Option<u64>§callerid: Option<u64>§did: Option<u64>§routing: Option<Routing>§failover_unreachable: Option<Routing>§failover_busy: Option<Routing>§failover_noanswer: Option<Routing>§note: Option<String>Trait Implementations§
Source§impl Clone for GetCallerIDFilteringResponseFiltering
impl Clone for GetCallerIDFilteringResponseFiltering
Source§fn clone(&self) -> GetCallerIDFilteringResponseFiltering
fn clone(&self) -> GetCallerIDFilteringResponseFiltering
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 Default for GetCallerIDFilteringResponseFiltering
impl Default for GetCallerIDFilteringResponseFiltering
Source§fn default() -> GetCallerIDFilteringResponseFiltering
fn default() -> GetCallerIDFilteringResponseFiltering
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCallerIDFilteringResponseFiltering
impl<'de> Deserialize<'de> for GetCallerIDFilteringResponseFiltering
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 GetCallerIDFilteringResponseFiltering
impl RefUnwindSafe for GetCallerIDFilteringResponseFiltering
impl Send for GetCallerIDFilteringResponseFiltering
impl Sync for GetCallerIDFilteringResponseFiltering
impl Unpin for GetCallerIDFilteringResponseFiltering
impl UnsafeUnpin for GetCallerIDFilteringResponseFiltering
impl UnwindSafe for GetCallerIDFilteringResponseFiltering
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