Struct mas_router::CompatLoginSsoRedirectSlash
source · pub struct CompatLoginSsoRedirectSlash;
Expand description
GET /_matrix/client/v3/login/sso/redirect/
This is a workaround for the fact some clients (Element iOS) sends a trailing slash, even though it’s not in the spec.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompatLoginSsoRedirectSlash
impl RefUnwindSafe for CompatLoginSsoRedirectSlash
impl Send for CompatLoginSsoRedirectSlash
impl Sync for CompatLoginSsoRedirectSlash
impl Unpin for CompatLoginSsoRedirectSlash
impl UnwindSafe for CompatLoginSsoRedirectSlash
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