pub(crate) enum SubtableExternalCacheMode {
None,
Small,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for SubtableExternalCacheMode
impl Clone for SubtableExternalCacheMode
Source§fn clone(&self) -> SubtableExternalCacheMode
fn clone(&self) -> SubtableExternalCacheMode
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 SubtableExternalCacheMode
impl Debug for SubtableExternalCacheMode
Source§impl PartialEq for SubtableExternalCacheMode
impl PartialEq for SubtableExternalCacheMode
Source§fn eq(&self, other: &SubtableExternalCacheMode) -> bool
fn eq(&self, other: &SubtableExternalCacheMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SubtableExternalCacheMode
impl Eq for SubtableExternalCacheMode
impl StructuralPartialEq for SubtableExternalCacheMode
Auto Trait Implementations§
impl Freeze for SubtableExternalCacheMode
impl RefUnwindSafe for SubtableExternalCacheMode
impl Send for SubtableExternalCacheMode
impl Sync for SubtableExternalCacheMode
impl Unpin for SubtableExternalCacheMode
impl UnsafeUnpin for SubtableExternalCacheMode
impl UnwindSafe for SubtableExternalCacheMode
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