Struct ruma_client_api::r0::account::IncomingIdentityServerInfo [−][src]
#[non_exhaustive]pub struct IncomingIdentityServerInfo { pub id_server: String, pub id_access_token: String, }
Expand description
‘Incoming’ variant of IdentityServerInfo.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct {{ .. }} syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.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
impl Debug for IncomingIdentityServerInfo[src]
impl Debug for IncomingIdentityServerInfo[src]impl<'de> Deserialize<'de> for IncomingIdentityServerInfo[src]
impl<'de> Deserialize<'de> for IncomingIdentityServerInfo[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IncomingIdentityServerInfo
impl Send for IncomingIdentityServerInfo
impl Sync for IncomingIdentityServerInfo
impl Unpin for IncomingIdentityServerInfo
impl UnwindSafe for IncomingIdentityServerInfo
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,