pub enum OnPartialLoad {
Ignore,
Error,
}
Expand description
What to do when loading a document partially succeeds
Variants§
Trait Implementations§
Source§impl Clone for OnPartialLoad
impl Clone for OnPartialLoad
Source§fn clone(&self) -> OnPartialLoad
fn clone(&self) -> OnPartialLoad
Returns a copy of the value. Read more
1.0.0 · 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 OnPartialLoad
impl Debug for OnPartialLoad
Source§impl PartialEq for OnPartialLoad
impl PartialEq for OnPartialLoad
impl Copy for OnPartialLoad
impl Eq for OnPartialLoad
impl StructuralPartialEq for OnPartialLoad
Auto Trait Implementations§
impl Freeze for OnPartialLoad
impl RefUnwindSafe for OnPartialLoad
impl Send for OnPartialLoad
impl Sync for OnPartialLoad
impl Unpin for OnPartialLoad
impl UnwindSafe for OnPartialLoad
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