pub struct GetFAXNumbersPortabilityParams {
pub did: Option<i64>,
}Expand description
- Shows if a Fax Number can be ported into our network
Parameters for Client::get_fax_numbers_portability (wire method getFaxNumbersPortability).
Fields§
§did: Option<i64>DID Number to be ported into our network (Example: 5552341234) (required)
Trait Implementations§
Source§impl Clone for GetFAXNumbersPortabilityParams
impl Clone for GetFAXNumbersPortabilityParams
Source§fn clone(&self) -> GetFAXNumbersPortabilityParams
fn clone(&self) -> GetFAXNumbersPortabilityParams
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 GetFAXNumbersPortabilityParams
impl Default for GetFAXNumbersPortabilityParams
Source§fn default() -> GetFAXNumbersPortabilityParams
fn default() -> GetFAXNumbersPortabilityParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetFAXNumbersPortabilityParams
impl RefUnwindSafe for GetFAXNumbersPortabilityParams
impl Send for GetFAXNumbersPortabilityParams
impl Sync for GetFAXNumbersPortabilityParams
impl Unpin for GetFAXNumbersPortabilityParams
impl UnsafeUnpin for GetFAXNumbersPortabilityParams
impl UnwindSafe for GetFAXNumbersPortabilityParams
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