pub enum DataModel {
Rust,
Json,
Eure,
}Expand description
Data model of a document or a value in a document. Corresponds to the $data-model extension.
Variants§
Rust
Serde compatible data model.
Json
JSON compatible data model.
Eure
Eure full data model including path.
Trait Implementations§
impl Copy for DataModel
impl StructuralPartialEq for DataModel
Auto Trait Implementations§
impl Freeze for DataModel
impl RefUnwindSafe for DataModel
impl Send for DataModel
impl Sync for DataModel
impl Unpin for DataModel
impl UnwindSafe for DataModel
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