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