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