pub struct SuggestedActionSetLoginEmailAddress {
pub can_be_hidden: bool,
}Expand description
Suggests the user to add login email address. Call isLoginEmailAddressRequired, and then setLoginEmailAddress or checkLoginEmailAddressCode to change the login email address
Fields§
True, if the suggested action can be hidden using hideSuggestedAction. Otherwise, the user must not be able to use the app without setting up the email address
Trait Implementations§
Source§impl Clone for SuggestedActionSetLoginEmailAddress
impl Clone for SuggestedActionSetLoginEmailAddress
Source§fn clone(&self) -> SuggestedActionSetLoginEmailAddress
fn clone(&self) -> SuggestedActionSetLoginEmailAddress
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 Default for SuggestedActionSetLoginEmailAddress
impl Default for SuggestedActionSetLoginEmailAddress
Source§fn default() -> SuggestedActionSetLoginEmailAddress
fn default() -> SuggestedActionSetLoginEmailAddress
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SuggestedActionSetLoginEmailAddress
impl<'de> Deserialize<'de> for SuggestedActionSetLoginEmailAddress
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 SuggestedActionSetLoginEmailAddress
impl PartialEq for SuggestedActionSetLoginEmailAddress
Source§fn eq(&self, other: &SuggestedActionSetLoginEmailAddress) -> bool
fn eq(&self, other: &SuggestedActionSetLoginEmailAddress) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SuggestedActionSetLoginEmailAddress
Auto Trait Implementations§
impl Freeze for SuggestedActionSetLoginEmailAddress
impl RefUnwindSafe for SuggestedActionSetLoginEmailAddress
impl Send for SuggestedActionSetLoginEmailAddress
impl Sync for SuggestedActionSetLoginEmailAddress
impl Unpin for SuggestedActionSetLoginEmailAddress
impl UnsafeUnpin for SuggestedActionSetLoginEmailAddress
impl UnwindSafe for SuggestedActionSetLoginEmailAddress
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