pub struct ThirdPartyIdChangesCapability {
pub enabled: bool,
}
Available on crate features
client
or server
only.Expand description
Information about the m.3pid_changes
capability
Fields§
§enabled: bool
true
if the user can change the third-party identifiers associated with their account,
false
otherwise.
Implementations§
Trait Implementations§
source§impl Clone for ThirdPartyIdChangesCapability
impl Clone for ThirdPartyIdChangesCapability
source§fn clone(&self) -> ThirdPartyIdChangesCapability
fn clone(&self) -> ThirdPartyIdChangesCapability
Returns a copy 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<'de> Deserialize<'de> for ThirdPartyIdChangesCapability
impl<'de> Deserialize<'de> for ThirdPartyIdChangesCapability
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