pub enum ManifestField {
Id,
Name,
Version,
SchemaVersion,
InterfaceVersion,
NetworkHosts,
LocalizedNames,
}Expand description
A manifest field that failed presence or format validation.
Variants§
Id
The id field.
Name
The name field.
Version
The version field.
SchemaVersion
The schema_version field.
InterfaceVersion
The interface_version field.
NetworkHosts
The network_hosts field.
LocalizedNames
The [names] table.
Trait Implementations§
Source§impl Clone for ManifestField
impl Clone for ManifestField
Source§fn clone(&self) -> ManifestField
fn clone(&self) -> ManifestField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ManifestField
Source§impl Debug for ManifestField
impl Debug for ManifestField
Source§impl Display for ManifestField
impl Display for ManifestField
impl Eq for ManifestField
Source§impl PartialEq for ManifestField
impl PartialEq for ManifestField
impl StructuralPartialEq for ManifestField
Auto Trait Implementations§
impl Freeze for ManifestField
impl RefUnwindSafe for ManifestField
impl Send for ManifestField
impl Sync for ManifestField
impl Unpin for ManifestField
impl UnsafeUnpin for ManifestField
impl UnwindSafe for ManifestField
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