pub struct TypeOptions {
pub type: Option<String>,
}Expand description
Message passed to vade containing the desired credential type. Does not perform action if type does not indicate credential type jwt. This can be done by passing “jwt” as the value for “type”.
Fields§
§type: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TypeOptions
impl<'de> Deserialize<'de> for TypeOptions
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 TypeOptions
impl RefUnwindSafe for TypeOptions
impl Send for TypeOptions
impl Sync for TypeOptions
impl Unpin for TypeOptions
impl UnwindSafe for TypeOptions
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