pub struct VerifyJwtOutput {
pub result: Option<String>,
}Fields§
§result: Option<String>Implementations§
Source§impl VerifyJwtOutput
impl VerifyJwtOutput
pub fn new() -> VerifyJwtOutput
Trait Implementations§
Source§impl Clone for VerifyJwtOutput
impl Clone for VerifyJwtOutput
Source§fn clone(&self) -> VerifyJwtOutput
fn clone(&self) -> VerifyJwtOutput
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 VerifyJwtOutput
impl Debug for VerifyJwtOutput
Source§impl Default for VerifyJwtOutput
impl Default for VerifyJwtOutput
Source§fn default() -> VerifyJwtOutput
fn default() -> VerifyJwtOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VerifyJwtOutput
impl<'de> Deserialize<'de> for VerifyJwtOutput
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 VerifyJwtOutput
impl PartialEq for VerifyJwtOutput
Source§fn eq(&self, other: &VerifyJwtOutput) -> bool
fn eq(&self, other: &VerifyJwtOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VerifyJwtOutput
impl Serialize for VerifyJwtOutput
impl StructuralPartialEq for VerifyJwtOutput
Auto Trait Implementations§
impl Freeze for VerifyJwtOutput
impl RefUnwindSafe for VerifyJwtOutput
impl Send for VerifyJwtOutput
impl Sync for VerifyJwtOutput
impl Unpin for VerifyJwtOutput
impl UnsafeUnpin for VerifyJwtOutput
impl UnwindSafe for VerifyJwtOutput
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