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