Struct ruma_client_api::sync::sync_events::v4::E2EEConfig
source · [−]Available on (crate features
client or server) and crate feature unstable-msc3575 only.Expand description
E2EE extension configuration.
According to MSC3884.
Fields
enabled: Option<bool>Activate or deactivate this extension. Sticky.
Trait Implementations
sourceimpl Clone for E2EEConfig
impl Clone for E2EEConfig
sourcefn clone(&self) -> E2EEConfig
fn clone(&self) -> E2EEConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for E2EEConfig
impl Debug for E2EEConfig
sourceimpl Default for E2EEConfig
impl Default for E2EEConfig
sourcefn default() -> E2EEConfig
fn default() -> E2EEConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for E2EEConfig
impl<'de> Deserialize<'de> for E2EEConfig
sourcefn 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
sourceimpl Serialize for E2EEConfig
impl Serialize for E2EEConfig
Auto Trait Implementations
impl RefUnwindSafe for E2EEConfig
impl Send for E2EEConfig
impl Sync for E2EEConfig
impl Unpin for E2EEConfig
impl UnwindSafe for E2EEConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more