#[non_exhaustive]pub enum EntityV3 {
EntityV3Service(Box<EntityV3Service>),
EntityV3Datastore(Box<EntityV3Datastore>),
EntityV3Queue(Box<EntityV3Queue>),
EntityV3System(Box<EntityV3System>),
UnparsedObject(UnparsedObject),
}Expand description
Entity schema v3.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
EntityV3Service(Box<EntityV3Service>)
EntityV3Datastore(Box<EntityV3Datastore>)
EntityV3Queue(Box<EntityV3Queue>)
EntityV3System(Box<EntityV3System>)
UnparsedObject(UnparsedObject)
Trait Implementations§
source§impl<'de> Deserialize<'de> for EntityV3
impl<'de> Deserialize<'de> for EntityV3
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for EntityV3
Auto Trait Implementations§
impl Freeze for EntityV3
impl RefUnwindSafe for EntityV3
impl Send for EntityV3
impl Sync for EntityV3
impl Unpin for EntityV3
impl UnwindSafe for EntityV3
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)