pub struct SmsAuthentication { /* private fields */ }
Implementations§
Source§impl SmsAuthentication
impl SmsAuthentication
pub fn phone_number<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SmsAuthentication
impl Clone for SmsAuthentication
Source§fn clone(&self) -> SmsAuthentication
fn clone(&self) -> SmsAuthentication
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 SmsAuthentication
impl Debug for SmsAuthentication
Source§impl Default for SmsAuthentication
impl Default for SmsAuthentication
Source§impl From<SmsAuthentication> for SmsAuthentication
impl From<SmsAuthentication> for SmsAuthentication
Source§fn from(value: SmsAuthentication) -> Self
fn from(value: SmsAuthentication) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SmsAuthentication> for SmsAuthentication
impl TryFrom<SmsAuthentication> for SmsAuthentication
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SmsAuthentication) -> Result<Self, ConversionError>
fn try_from(value: SmsAuthentication) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SmsAuthentication
impl RefUnwindSafe for SmsAuthentication
impl Send for SmsAuthentication
impl Sync for SmsAuthentication
impl Unpin for SmsAuthentication
impl UnwindSafe for SmsAuthentication
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