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