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§fn clone(&self) -> IntrospectionCacheOptions
fn clone(&self) -> IntrospectionCacheOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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