pub struct AuthMethodsUpdatedParams {
pub auth_methods: Vec<AuthMethod>,
}Expand description
Parameters for _aether/auth_methods_updated notifications.
Fields§
§auth_methods: Vec<AuthMethod>Trait Implementations§
Source§impl Clone for AuthMethodsUpdatedParams
impl Clone for AuthMethodsUpdatedParams
Source§fn clone(&self) -> AuthMethodsUpdatedParams
fn clone(&self) -> AuthMethodsUpdatedParams
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 AuthMethodsUpdatedParams
impl Debug for AuthMethodsUpdatedParams
Source§impl<'de> Deserialize<'de> for AuthMethodsUpdatedParams
impl<'de> Deserialize<'de> for AuthMethodsUpdatedParams
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 From<AuthMethodsUpdatedParams> for ExtNotification
impl From<AuthMethodsUpdatedParams> for ExtNotification
Source§fn from(params: AuthMethodsUpdatedParams) -> Self
fn from(params: AuthMethodsUpdatedParams) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AuthMethodsUpdatedParams
impl PartialEq for AuthMethodsUpdatedParams
Source§impl Serialize for AuthMethodsUpdatedParams
impl Serialize for AuthMethodsUpdatedParams
Source§impl TryFrom<&ExtNotification> for AuthMethodsUpdatedParams
impl TryFrom<&ExtNotification> for AuthMethodsUpdatedParams
Source§type Error = ExtNotificationParseError
type Error = ExtNotificationParseError
The type returned in the event of a conversion error.
impl Eq for AuthMethodsUpdatedParams
impl StructuralPartialEq for AuthMethodsUpdatedParams
Auto Trait Implementations§
impl Freeze for AuthMethodsUpdatedParams
impl RefUnwindSafe for AuthMethodsUpdatedParams
impl Send for AuthMethodsUpdatedParams
impl Sync for AuthMethodsUpdatedParams
impl Unpin for AuthMethodsUpdatedParams
impl UnsafeUnpin for AuthMethodsUpdatedParams
impl UnwindSafe for AuthMethodsUpdatedParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.