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