pub struct IntrospectionCacheOptions {
pub max_entries: usize,
pub default_ttl: Duration,
pub negative_ttl: Duration,
}Fields§
§max_entries: usize§default_ttl: Duration§negative_ttl: DurationTrait Implementations§
Source§impl Clone for IntrospectionCacheOptions
impl Clone for IntrospectionCacheOptions
Source§impl Debug for IntrospectionCacheOptions
impl Debug for IntrospectionCacheOptions
Auto Trait Implementations§
impl Freeze for IntrospectionCacheOptions
impl RefUnwindSafe for IntrospectionCacheOptions
impl Send for IntrospectionCacheOptions
impl Sync for IntrospectionCacheOptions
impl Unpin for IntrospectionCacheOptions
impl UnsafeUnpin for IntrospectionCacheOptions
impl UnwindSafe for IntrospectionCacheOptions
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