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