pub struct RevokeAdminSessionResponse {
pub session_id: AdminSessionId,
}Expand description
Confirmation that the current browser session was revoked.
Fields§
§session_id: AdminSessionIdTrait Implementations§
Source§impl Clone for RevokeAdminSessionResponse
impl Clone for RevokeAdminSessionResponse
impl Copy for RevokeAdminSessionResponse
Source§impl Debug for RevokeAdminSessionResponse
impl Debug for RevokeAdminSessionResponse
Source§impl<'de> Deserialize<'de> for RevokeAdminSessionResponse
impl<'de> Deserialize<'de> for RevokeAdminSessionResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RevokeAdminSessionResponse
impl StructuralPartialEq for RevokeAdminSessionResponse
Auto Trait Implementations§
impl Freeze for RevokeAdminSessionResponse
impl RefUnwindSafe for RevokeAdminSessionResponse
impl Send for RevokeAdminSessionResponse
impl Sync for RevokeAdminSessionResponse
impl Unpin for RevokeAdminSessionResponse
impl UnsafeUnpin for RevokeAdminSessionResponse
impl UnwindSafe for RevokeAdminSessionResponse
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