pub struct VerifyOptions {
pub resolver: Option<DidResolver>,
pub resolver_cache: bool,
pub resolver_timeout_ms: u64,
pub ignore_expiry: bool,
pub now_ms: Option<i64>,
}Fields§
§resolver: Option<DidResolver>§resolver_cache: bool§resolver_timeout_ms: u64§ignore_expiry: bool§now_ms: Option<i64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifyOptions
impl !RefUnwindSafe for VerifyOptions
impl Send for VerifyOptions
impl Sync for VerifyOptions
impl Unpin for VerifyOptions
impl UnsafeUnpin 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