pub struct SmsAttributes {
pub action: Option<String>,
pub from: Option<String>,
pub method: Option<String>,
pub status_callback: Option<String>,
pub to: Option<String>,
}Fields§
§action: Option<String>§from: Option<String>§method: Option<String>§status_callback: Option<String>§to: Option<String>Trait Implementations§
Source§impl Clone for SmsAttributes
impl Clone for SmsAttributes
Source§fn clone(&self) -> SmsAttributes
fn clone(&self) -> SmsAttributes
Returns a duplicate of the value. Read more
1.0.0 · 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 SmsAttributes
impl Debug for SmsAttributes
Source§impl Default for SmsAttributes
impl Default for SmsAttributes
Source§fn default() -> SmsAttributes
fn default() -> SmsAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SmsAttributes
impl RefUnwindSafe for SmsAttributes
impl Send for SmsAttributes
impl Sync for SmsAttributes
impl Unpin for SmsAttributes
impl UnwindSafe for SmsAttributes
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