pub struct PrunedIdentity {
pub session_id: String,
pub name: String,
pub slug: String,
pub updated_at: DateTime<Utc>,
pub claim_removed: bool,
}Fields§
§session_id: String§name: String§slug: String§updated_at: DateTime<Utc>§claim_removed: boolTrait Implementations§
Source§impl Clone for PrunedIdentity
impl Clone for PrunedIdentity
Source§fn clone(&self) -> PrunedIdentity
fn clone(&self) -> PrunedIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PrunedIdentity
impl Debug for PrunedIdentity
Auto Trait Implementations§
impl Freeze for PrunedIdentity
impl RefUnwindSafe for PrunedIdentity
impl Send for PrunedIdentity
impl Sync for PrunedIdentity
impl Unpin for PrunedIdentity
impl UnsafeUnpin for PrunedIdentity
impl UnwindSafe for PrunedIdentity
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