pub enum PortInfoMissingFieldError {
Id,
BaseInfo,
}
Expand description
Missing fields in PortInfo
.
Variants§
Trait Implementations§
Source§impl Clone for PortInfoMissingFieldError
impl Clone for PortInfoMissingFieldError
Source§fn clone(&self) -> PortInfoMissingFieldError
fn clone(&self) -> PortInfoMissingFieldError
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 Debug for PortInfoMissingFieldError
impl Debug for PortInfoMissingFieldError
Source§impl From<PortInfoMissingFieldError> for PortInfoValidationError
impl From<PortInfoMissingFieldError> for PortInfoValidationError
Source§fn from(src: PortInfoMissingFieldError) -> Self
fn from(src: PortInfoMissingFieldError) -> Self
Converts to this type from the input type.
impl Copy for PortInfoMissingFieldError
impl StructuralPartialEq for PortInfoMissingFieldError
Auto Trait Implementations§
impl Freeze for PortInfoMissingFieldError
impl RefUnwindSafe for PortInfoMissingFieldError
impl Send for PortInfoMissingFieldError
impl Sync for PortInfoMissingFieldError
impl Unpin for PortInfoMissingFieldError
impl UnwindSafe for PortInfoMissingFieldError
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