pub struct PerformNativeLogoutBody {
pub session_token: String,
}Expand description
PerformNativeLogoutBody : Perform Native Logout Request Body
Fields§
§session_token: StringThe Session Token Invalidate this session token.
Implementations§
Source§impl PerformNativeLogoutBody
impl PerformNativeLogoutBody
Sourcepub fn new(session_token: String) -> PerformNativeLogoutBody
pub fn new(session_token: String) -> PerformNativeLogoutBody
Perform Native Logout Request Body
Trait Implementations§
Source§impl Clone for PerformNativeLogoutBody
impl Clone for PerformNativeLogoutBody
Source§fn clone(&self) -> PerformNativeLogoutBody
fn clone(&self) -> PerformNativeLogoutBody
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 PerformNativeLogoutBody
impl Debug for PerformNativeLogoutBody
Source§impl Default for PerformNativeLogoutBody
impl Default for PerformNativeLogoutBody
Source§fn default() -> PerformNativeLogoutBody
fn default() -> PerformNativeLogoutBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PerformNativeLogoutBody
impl<'de> Deserialize<'de> for PerformNativeLogoutBody
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 PerformNativeLogoutBody
impl PartialEq for PerformNativeLogoutBody
Source§impl Serialize for PerformNativeLogoutBody
impl Serialize for PerformNativeLogoutBody
impl StructuralPartialEq for PerformNativeLogoutBody
Auto Trait Implementations§
impl Freeze for PerformNativeLogoutBody
impl RefUnwindSafe for PerformNativeLogoutBody
impl Send for PerformNativeLogoutBody
impl Sync for PerformNativeLogoutBody
impl Unpin for PerformNativeLogoutBody
impl UnwindSafe for PerformNativeLogoutBody
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