pub struct VerifyOptions {
pub valid_audiences: Option<HashSet<String>>,
pub valid_issuers: Option<HashSet<String>>,
pub valid_after_expiry: Option<Duration>,
}
Fields§
§valid_audiences: Option<HashSet<String>>
§valid_issuers: Option<HashSet<String>>
§valid_after_expiry: Option<Duration>
Trait Implementations§
Source§impl Default for VerifyOptions
impl Default for VerifyOptions
Source§fn default() -> VerifyOptions
fn default() -> VerifyOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VerifyOptions
impl RefUnwindSafe for VerifyOptions
impl Send for VerifyOptions
impl Sync for VerifyOptions
impl Unpin for VerifyOptions
impl UnwindSafe for VerifyOptions
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