Struct mas_router::CompatLoginSsoRedirectIdp
source · pub struct CompatLoginSsoRedirectIdp;
Expand description
GET /_matrix/client/v3/login/sso/redirect/:idp
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompatLoginSsoRedirectIdp
impl RefUnwindSafe for CompatLoginSsoRedirectIdp
impl Send for CompatLoginSsoRedirectIdp
impl Sync for CompatLoginSsoRedirectIdp
impl Unpin for CompatLoginSsoRedirectIdp
impl UnwindSafe for CompatLoginSsoRedirectIdp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more