Struct mas_router::CompatLogin
source · pub struct CompatLogin;
Expand description
GET|POST /_matrix/client/v3/login
Trait Implementations§
source§impl SimpleRoute for CompatLogin
impl SimpleRoute for CompatLogin
Auto Trait Implementations§
impl Freeze for CompatLogin
impl RefUnwindSafe for CompatLogin
impl Send for CompatLogin
impl Sync for CompatLogin
impl Unpin for CompatLogin
impl UnwindSafe for CompatLogin
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