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