pub enum AuxParts {
Deferred,
EagerLoad,
}Expand description
Controls when auxiliary parts (comments, charts, images, etc.) are parsed.
Variants§
Deferred
Parse auxiliary parts only when accessed. This is the default.
EagerLoad
Parse all auxiliary parts during open.
Trait Implementations§
impl Copy for AuxParts
impl Eq for AuxParts
impl StructuralPartialEq for AuxParts
Auto Trait Implementations§
impl Freeze for AuxParts
impl RefUnwindSafe for AuxParts
impl Send for AuxParts
impl Sync for AuxParts
impl Unpin for AuxParts
impl UnwindSafe for AuxParts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.