pub enum SecurityInvalidateTokenParts {
None,
}
Expand description
API parts for the Security Invalidate Token API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SecurityInvalidateTokenParts
impl Clone for SecurityInvalidateTokenParts
Source§fn clone(&self) -> SecurityInvalidateTokenParts
fn clone(&self) -> SecurityInvalidateTokenParts
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 SecurityInvalidateTokenParts
impl Debug for SecurityInvalidateTokenParts
Source§impl PartialEq for SecurityInvalidateTokenParts
impl PartialEq for SecurityInvalidateTokenParts
Source§fn eq(&self, other: &SecurityInvalidateTokenParts) -> bool
fn eq(&self, other: &SecurityInvalidateTokenParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SecurityInvalidateTokenParts
impl StructuralPartialEq for SecurityInvalidateTokenParts
Auto Trait Implementations§
impl Freeze for SecurityInvalidateTokenParts
impl RefUnwindSafe for SecurityInvalidateTokenParts
impl Send for SecurityInvalidateTokenParts
impl Sync for SecurityInvalidateTokenParts
impl Unpin for SecurityInvalidateTokenParts
impl UnwindSafe for SecurityInvalidateTokenParts
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