pub struct AccountMutability {
pub password: bool,
pub username: bool,
}Expand description
Which self-service mutations the server will accept for this identity.
Fields§
§password: bool§username: boolTrait Implementations§
Source§impl Clone for AccountMutability
impl Clone for AccountMutability
Source§fn clone(&self) -> AccountMutability
fn clone(&self) -> AccountMutability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AccountMutability
Source§impl Debug for AccountMutability
impl Debug for AccountMutability
Source§impl Default for AccountMutability
impl Default for AccountMutability
Source§fn default() -> AccountMutability
fn default() -> AccountMutability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountMutability
impl<'de> Deserialize<'de> for AccountMutability
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 AccountMutability
Source§impl PartialEq for AccountMutability
impl PartialEq for AccountMutability
Source§impl Serialize for AccountMutability
impl Serialize for AccountMutability
impl StructuralPartialEq for AccountMutability
Auto Trait Implementations§
impl Freeze for AccountMutability
impl RefUnwindSafe for AccountMutability
impl Send for AccountMutability
impl Sync for AccountMutability
impl Unpin for AccountMutability
impl UnsafeUnpin for AccountMutability
impl UnwindSafe for AccountMutability
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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