Struct ruma_client_api::r0::account::IncomingIdentityServerInfo [−][src]
Expand description
‘Incoming’ variant of IdentityServerInfo.
Fields
id_server: StringThe ID server to send the onward request to as a hostname with an appended colon and port number if the port is not the default.
id_access_token: StringAccess token previously registered with identity server.
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 IncomingIdentityServerInfoimpl Send for IncomingIdentityServerInfoimpl Sync for IncomingIdentityServerInfoimpl Unpin for IncomingIdentityServerInfoimpl UnwindSafe for IncomingIdentityServerInfo