pub struct Metadata {
pub is_allowed_notifications_endpoint_disabled: bool,
pub is_account_settings_policy_enabled: bool,
pub is_phone_number_enabled: bool,
pub max_user_description_length: u64,
pub is_user_description_enabled: bool,
pub is_user_email_on_verification_enabled: bool,
pub is_user_agreements_signup_enabled: bool,
pub is_user_block_endpoints_updated: bool,
pub should_use_persona_for_id_verification: bool,
pub should_display_session_management: bool,
pub is_password_required_for_aging_down: bool,
}Fields§
§is_allowed_notifications_endpoint_disabled: bool§is_account_settings_policy_enabled: bool§is_phone_number_enabled: bool§max_user_description_length: u64§is_user_description_enabled: bool§is_user_email_on_verification_enabled: bool§is_user_agreements_signup_enabled: bool§is_user_block_endpoints_updated: bool§should_use_persona_for_id_verification: bool§should_display_session_management: bool§is_password_required_for_aging_down: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Metadata
impl<'de> Deserialize<'de> for Metadata
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
impl Eq for Metadata
impl StructuralPartialEq for Metadata
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnsafeUnpin for Metadata
impl UnwindSafe for Metadata
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