pub struct ClaimsParams {
pub holder: Option<String>,
pub project: Option<String>,
}Fields§
§holder: Option<String>§project: Option<String>Trait Implementations§
Source§impl Clone for ClaimsParams
impl Clone for ClaimsParams
Source§fn clone(&self) -> ClaimsParams
fn clone(&self) -> ClaimsParams
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 ClaimsParams
impl Debug for ClaimsParams
Source§impl Default for ClaimsParams
impl Default for ClaimsParams
Source§fn default() -> ClaimsParams
fn default() -> ClaimsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClaimsParams
impl<'de> Deserialize<'de> for ClaimsParams
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
impl Eq for ClaimsParams
Source§impl PartialEq for ClaimsParams
impl PartialEq for ClaimsParams
Source§impl Serialize for ClaimsParams
impl Serialize for ClaimsParams
impl StructuralPartialEq for ClaimsParams
Auto Trait Implementations§
impl Freeze for ClaimsParams
impl RefUnwindSafe for ClaimsParams
impl Send for ClaimsParams
impl Sync for ClaimsParams
impl Unpin for ClaimsParams
impl UnsafeUnpin for ClaimsParams
impl UnwindSafe for ClaimsParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.