pub enum InformationConfigMissingFieldError {}
Expand description
Missing fields in InformationConfig
.
Trait Implementations§
Source§impl Clone for InformationConfigMissingFieldError
impl Clone for InformationConfigMissingFieldError
Source§fn clone(&self) -> InformationConfigMissingFieldError
fn clone(&self) -> InformationConfigMissingFieldError
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 moreSource§impl From<InformationConfigMissingFieldError> for InformationConfigValidationError
impl From<InformationConfigMissingFieldError> for InformationConfigValidationError
Source§fn from(src: InformationConfigMissingFieldError) -> Self
fn from(src: InformationConfigMissingFieldError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InformationConfigMissingFieldError
impl PartialEq for InformationConfigMissingFieldError
Source§fn eq(&self, other: &InformationConfigMissingFieldError) -> bool
fn eq(&self, other: &InformationConfigMissingFieldError) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for InformationConfigMissingFieldError
impl StructuralPartialEq for InformationConfigMissingFieldError
Auto Trait Implementations§
impl Freeze for InformationConfigMissingFieldError
impl RefUnwindSafe for InformationConfigMissingFieldError
impl Send for InformationConfigMissingFieldError
impl Sync for InformationConfigMissingFieldError
impl Unpin for InformationConfigMissingFieldError
impl UnwindSafe for InformationConfigMissingFieldError
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
)