pub enum EncodingLevel {
Show 13 variants
Full,
FullMaterialNotExamined,
LessThanFullMaterialNotExamined,
Abbreviated,
Core,
Partial,
Minimal,
Prepublication,
Unknown,
NotApplicable,
ObsoleteFull,
ObsoleteMinimal,
AddedFromBatch,
}
Variants§
Full
FullMaterialNotExamined
LessThanFullMaterialNotExamined
Abbreviated
Core
Partial
Minimal
Prepublication
Unknown
NotApplicable
ObsoleteFull
ObsoleteMinimal
AddedFromBatch
Trait Implementations§
Source§impl Debug for EncodingLevel
impl Debug for EncodingLevel
Source§impl PartialEq for EncodingLevel
impl PartialEq for EncodingLevel
impl Eq for EncodingLevel
impl StructuralPartialEq for EncodingLevel
Auto Trait Implementations§
impl Freeze for EncodingLevel
impl RefUnwindSafe for EncodingLevel
impl Send for EncodingLevel
impl Sync for EncodingLevel
impl Unpin for EncodingLevel
impl UnwindSafe for EncodingLevel
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