pub struct LogoutRequest {}Expand description
Logs the user out of the gateway session. Any further activity requires re-authentication. Discard client-side cookies upon logout.
Implementations§
Source§impl LogoutRequest
impl LogoutRequest
Sourcepub async fn parse_response(req: Response) -> Result<LogoutResponse>
pub async fn parse_response(req: Response) -> Result<LogoutResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for LogoutRequest
impl Clone for LogoutRequest
Source§fn clone(&self) -> LogoutRequest
fn clone(&self) -> LogoutRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogoutRequest
impl Debug for LogoutRequest
Source§impl Default for LogoutRequest
impl Default for LogoutRequest
Source§impl Validate for LogoutRequest
impl Validate for LogoutRequest
Source§impl<'v_a> ValidateArgs<'v_a> for LogoutRequest
impl<'v_a> ValidateArgs<'v_a> for LogoutRequest
Auto Trait Implementations§
impl Freeze for LogoutRequest
impl RefUnwindSafe for LogoutRequest
impl Send for LogoutRequest
impl Sync for LogoutRequest
impl Unpin for LogoutRequest
impl UnsafeUnpin for LogoutRequest
impl UnwindSafe for LogoutRequest
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