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