Struct ruma_client_api::r0::uiaa::FallbackAcknowledgement [−][src]
pub struct FallbackAcknowledgement<'a> {
pub session: &'a str,
}Expand description
Data for UIAA fallback acknowledgement.
See the spec for how to use this.
Fields
session: &'a strThe value of the session key given by the homeserver.
Implementations
Trait Implementations
The ‘Incoming’ variant of Self.
Auto Trait Implementations
impl<'a> RefUnwindSafe for FallbackAcknowledgement<'a>
impl<'a> Send for FallbackAcknowledgement<'a>
impl<'a> Sync for FallbackAcknowledgement<'a>
impl<'a> Unpin for FallbackAcknowledgement<'a>
impl<'a> UnwindSafe for FallbackAcknowledgement<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more