Struct product_os_security::EmptyClaims
source · pub struct EmptyClaims {}
Implementations§
source§impl EmptyClaims
impl EmptyClaims
Trait Implementations§
source§impl Clone for EmptyClaims
impl Clone for EmptyClaims
source§fn clone(&self) -> EmptyClaims
fn clone(&self) -> EmptyClaims
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 EmptyClaims
impl Debug for EmptyClaims
source§impl<'de> Deserialize<'de> for EmptyClaims
impl<'de> Deserialize<'de> for EmptyClaims
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 EmptyClaims
impl PartialEq for EmptyClaims
source§fn eq(&self, other: &EmptyClaims) -> bool
fn eq(&self, other: &EmptyClaims) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EmptyClaims
impl Serialize for EmptyClaims
source§impl TokenClaims<'_, EmptyClaims> for EmptyClaims
impl TokenClaims<'_, EmptyClaims> for EmptyClaims
fn verify(&self, verify_map: EmptyClaims) -> bool
impl StructuralPartialEq for EmptyClaims
Auto Trait Implementations§
impl Freeze for EmptyClaims
impl RefUnwindSafe for EmptyClaims
impl Send for EmptyClaims
impl Sync for EmptyClaims
impl Unpin for EmptyClaims
impl UnwindSafe for EmptyClaims
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