pub struct SetAvatarUrlCapability {
pub enabled: bool,
}Available on crate features
client or server only.Expand description
Information about the m.set_avatar_url capability
Fields§
§enabled: booltrue if the user can change their avatar, false otherwise.
Implementations§
Trait Implementations§
source§impl Clone for SetAvatarUrlCapability
impl Clone for SetAvatarUrlCapability
source§fn clone(&self) -> SetAvatarUrlCapability
fn clone(&self) -> SetAvatarUrlCapability
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 Debug for SetAvatarUrlCapability
impl Debug for SetAvatarUrlCapability
source§impl Default for SetAvatarUrlCapability
impl Default for SetAvatarUrlCapability
source§impl<'de> Deserialize<'de> for SetAvatarUrlCapability
impl<'de> Deserialize<'de> for SetAvatarUrlCapability
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