pub struct AuthRevokeSessionRequest {
pub session_key: String,
}Expand description
Generated schema type AuthRevokeSessionRequest.
Fields§
§session_key: StringTrait Implementations§
Source§impl Clone for AuthRevokeSessionRequest
impl Clone for AuthRevokeSessionRequest
Source§fn clone(&self) -> AuthRevokeSessionRequest
fn clone(&self) -> AuthRevokeSessionRequest
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 AuthRevokeSessionRequest
impl Debug for AuthRevokeSessionRequest
Source§impl<'de> Deserialize<'de> for AuthRevokeSessionRequest
impl<'de> Deserialize<'de> for AuthRevokeSessionRequest
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
Source§impl PartialEq for AuthRevokeSessionRequest
impl PartialEq for AuthRevokeSessionRequest
Source§impl Serialize for AuthRevokeSessionRequest
impl Serialize for AuthRevokeSessionRequest
impl StructuralPartialEq for AuthRevokeSessionRequest
Auto Trait Implementations§
impl Freeze for AuthRevokeSessionRequest
impl RefUnwindSafe for AuthRevokeSessionRequest
impl Send for AuthRevokeSessionRequest
impl Sync for AuthRevokeSessionRequest
impl Unpin for AuthRevokeSessionRequest
impl UnsafeUnpin for AuthRevokeSessionRequest
impl UnwindSafe for AuthRevokeSessionRequest
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