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