Enum matrix_sdk_crypto::OutgoingVerificationRequest [−][src]
pub enum OutgoingVerificationRequest {
    ToDevice(ToDeviceRequest),
    InRoom(RoomMessageRequest),
}Expand description
An enum over the different outgoing verification based requests.
Variants
ToDevice(ToDeviceRequest)The to-device verification request variant.
InRoom(RoomMessageRequest)The in-room verification request variant.
Implementations
Get the unique id of this request.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for OutgoingVerificationRequestimpl Send for OutgoingVerificationRequestimpl Sync for OutgoingVerificationRequestimpl Unpin for OutgoingVerificationRequestimpl UnwindSafe for OutgoingVerificationRequestBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self