pub enum ErrorTarget {
DescriptionProperty,
DisplayNameProperty,
FormatProperty,
NameProperty,
SchemaArmResource,
SchemaContentProperty,
SchemaRegistryArmResource,
SchemaTypeProperty,
SchemaVersionArmResource,
TagsProperty,
VersionProperty,
}
Expand description
Target of the error
Variants§
DescriptionProperty
Schema description
DisplayNameProperty
Schema display name
FormatProperty
Schema format
NameProperty
Schema name
SchemaArmResource
Schema ARM resource
SchemaContentProperty
Content of the schema
SchemaRegistryArmResource
Schema registry ARM resource
SchemaTypeProperty
Schema type
SchemaVersionArmResource
Schema version ARM resource
TagsProperty
Tags of the schema
VersionProperty
Version of the schema
Trait Implementations§
Source§impl Clone for ErrorTarget
impl Clone for ErrorTarget
Source§fn clone(&self) -> ErrorTarget
fn clone(&self) -> ErrorTarget
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ErrorTarget
impl RefUnwindSafe for ErrorTarget
impl Send for ErrorTarget
impl Sync for ErrorTarget
impl Unpin for ErrorTarget
impl UnwindSafe for ErrorTarget
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