Struct fusionauth_rust_client::models::sms_message::SmsMessage
source · pub struct SmsMessage {
pub phone_number: Option<String>,
pub text_message: Option<String>,
}
Expand description
SmsMessage :
Fields§
§phone_number: Option<String>
§text_message: Option<String>
Implementations§
source§impl SmsMessage
impl SmsMessage
sourcepub fn new() -> SmsMessage
pub fn new() -> SmsMessage
Trait Implementations§
source§impl Clone for SmsMessage
impl Clone for SmsMessage
source§fn clone(&self) -> SmsMessage
fn clone(&self) -> SmsMessage
Returns a copy 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 SmsMessage
impl Debug for SmsMessage
source§impl Default for SmsMessage
impl Default for SmsMessage
source§fn default() -> SmsMessage
fn default() -> SmsMessage
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SmsMessage
impl<'de> Deserialize<'de> for SmsMessage
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SmsMessage
impl PartialEq for SmsMessage
source§fn eq(&self, other: &SmsMessage) -> bool
fn eq(&self, other: &SmsMessage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SmsMessage
impl Serialize for SmsMessage
impl StructuralPartialEq for SmsMessage
Auto Trait Implementations§
impl RefUnwindSafe for SmsMessage
impl Send for SmsMessage
impl Sync for SmsMessage
impl Unpin for SmsMessage
impl UnwindSafe for SmsMessage
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