Struct rive_models::payload::DeleteAllSessionsPayload
source · pub struct DeleteAllSessionsPayload {
pub revoke_self: bool,
}Expand description
Sessions clear data
Fields§
§revoke_self: boolTrait Implementations§
source§impl Clone for DeleteAllSessionsPayload
impl Clone for DeleteAllSessionsPayload
source§fn clone(&self) -> DeleteAllSessionsPayload
fn clone(&self) -> DeleteAllSessionsPayload
Returns a copy 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 DeleteAllSessionsPayload
impl Debug for DeleteAllSessionsPayload
source§impl Default for DeleteAllSessionsPayload
impl Default for DeleteAllSessionsPayload
source§fn default() -> DeleteAllSessionsPayload
fn default() -> DeleteAllSessionsPayload
Returns the “default value” for a type. Read more