pub struct DeleteAllSessionsData {
pub revoke_self: bool,
}Expand description
Sessions clear data
Fields§
§revoke_self: boolTrait Implementations§
Source§impl Clone for DeleteAllSessionsData
impl Clone for DeleteAllSessionsData
Source§fn clone(&self) -> DeleteAllSessionsData
fn clone(&self) -> DeleteAllSessionsData
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 DeleteAllSessionsData
impl Debug for DeleteAllSessionsData
Source§impl Default for DeleteAllSessionsData
impl Default for DeleteAllSessionsData
Source§fn default() -> DeleteAllSessionsData
fn default() -> DeleteAllSessionsData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteAllSessionsData
impl RefUnwindSafe for DeleteAllSessionsData
impl Send for DeleteAllSessionsData
impl Sync for DeleteAllSessionsData
impl Unpin for DeleteAllSessionsData
impl UnwindSafe for DeleteAllSessionsData
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