pub enum Detected {
Empty,
V1,
V2,
Mixed,
}Variants§
Empty
No document at all (no config files).
V1
The v1 flat schema.
V2
The v2 nested schema.
Mixed
Both key families present — refused.
Trait Implementations§
impl Copy for Detected
impl Eq for Detected
impl StructuralPartialEq for Detected
Auto Trait Implementations§
impl Freeze for Detected
impl RefUnwindSafe for Detected
impl Send for Detected
impl Sync for Detected
impl Unpin for Detected
impl UnsafeUnpin for Detected
impl UnwindSafe for Detected
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