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