pub struct CaptureTrust {
pub jwt: String,
}Fields§
§jwt: StringTrait Implementations§
Source§impl Clone for CaptureTrust
impl Clone for CaptureTrust
Source§fn clone(&self) -> CaptureTrust
fn clone(&self) -> CaptureTrust
Returns a duplicate 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 CaptureTrust
impl Debug for CaptureTrust
Source§impl<'de> Deserialize<'de> for CaptureTrust
impl<'de> Deserialize<'de> for CaptureTrust
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
Auto Trait Implementations§
impl Freeze for CaptureTrust
impl RefUnwindSafe for CaptureTrust
impl Send for CaptureTrust
impl Sync for CaptureTrust
impl Unpin for CaptureTrust
impl UnwindSafe for CaptureTrust
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