pub struct MobileResendOptions { /* private fields */ }
Trait Implementations§
Source§impl Clone for MobileResendOptions
impl Clone for MobileResendOptions
Source§fn clone(&self) -> MobileResendOptions
fn clone(&self) -> MobileResendOptions
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 MobileResendOptions
impl Debug for MobileResendOptions
Source§impl Default for MobileResendOptions
impl Default for MobileResendOptions
Source§fn default() -> MobileResendOptions
fn default() -> MobileResendOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MobileResendOptions
impl<'de> Deserialize<'de> for MobileResendOptions
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 MobileResendOptions
impl PartialEq for MobileResendOptions
Source§impl Serialize for MobileResendOptions
impl Serialize for MobileResendOptions
impl StructuralPartialEq for MobileResendOptions
Auto Trait Implementations§
impl Freeze for MobileResendOptions
impl RefUnwindSafe for MobileResendOptions
impl Send for MobileResendOptions
impl Sync for MobileResendOptions
impl Unpin for MobileResendOptions
impl UnwindSafe for MobileResendOptions
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