pub struct Sms {
pub txt: String,
pub action: Option<String>,
pub method: Method,
pub from: Option<String>,
pub to: Option<String>,
pub status_callback: Option<String>,
}Fields§
§txt: String§action: Option<String>§method: Method§from: Option<String>§to: Option<String>§status_callback: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sms
impl RefUnwindSafe for Sms
impl Send for Sms
impl Sync for Sms
impl Unpin for Sms
impl UnwindSafe for Sms
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