Enum matrix_sdk_common::deserialized_responses::VerificationState [−][src]
pub enum VerificationState {
Trusted,
Untrusted,
UnknownDevice,
}Expand description
The verification state of the device that sent an event to us.
Variants
The device is trusted.
The device is not trusted.
The device is not known to us.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for VerificationState
impl Send for VerificationState
impl Sync for VerificationState
impl Unpin for VerificationState
impl UnwindSafe for VerificationState
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more