Struct ruma_client_api::account::IdentityServerInfo
source · [−]Available on crate features
client or server only.Expand description
Additional authentication information for requestToken endpoints.
Fields
id_server: &'a strThe 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: &'a strAccess token previously registered with identity server.
Implementations
Trait Implementations
sourceimpl<'a> Clone for IdentityServerInfo<'a>
impl<'a> Clone for IdentityServerInfo<'a>
sourcefn clone(&self) -> IdentityServerInfo<'a>
fn clone(&self) -> IdentityServerInfo<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> Debug for IdentityServerInfo<'a>
impl<'a> Debug for IdentityServerInfo<'a>
sourceimpl<'a> Serialize for IdentityServerInfo<'a>
impl<'a> Serialize for IdentityServerInfo<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for IdentityServerInfo<'a>
impl<'a> Send for IdentityServerInfo<'a>
impl<'a> Sync for IdentityServerInfo<'a>
impl<'a> Unpin for IdentityServerInfo<'a>
impl<'a> UnwindSafe for IdentityServerInfo<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more