pub struct PrivyClientOptions {
pub cache_size: NonZeroUsize,
pub base_url: String,
}Expand description
Options for configuring a PrivyClient
Fields§
§cache_size: NonZeroUsizeThe maximum number of cached JWT secret keys to store
base_url: StringThe base url to use when making requests
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrivyClientOptions
impl RefUnwindSafe for PrivyClientOptions
impl Send for PrivyClientOptions
impl Sync for PrivyClientOptions
impl Unpin for PrivyClientOptions
impl UnwindSafe for PrivyClientOptions
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