pub enum Namespace {
OCA,
OCABundlesJSON,
OCAObjectsJSON,
CoreModel,
OCARelations,
OCAReferences,
}Expand description
Represents the namespace for data Storage
OCA - TODO OCAObjectsJSON - Json representation of OCA objects CoreModel - Core model of OCA OCARelations - Relations between OCA objects OCAReferences - References to OCA objects
Variants§
OCA
OCABundlesJSON
Represents the namespace for OCA Bundle Model in JSON format
OCAObjectsJSON
Represents the namespace for OCA Objects (overlays and capture bases) in JSON format
CoreModel
OCARelations
OCAReferences
Implementations§
Auto Trait Implementations§
impl Freeze for Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnwindSafe for Namespace
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