pub enum ErrorConfField {
Trappable(TrappableErrorConfField),
User(UserErrorConfField),
}
Variants§
Trappable(TrappableErrorConfField)
User(UserErrorConfField)
Implementations§
Trait Implementations§
Source§impl Clone for ErrorConfField
impl Clone for ErrorConfField
Source§fn clone(&self) -> ErrorConfField
fn clone(&self) -> ErrorConfField
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 ErrorConfField
impl Debug for ErrorConfField
Source§impl Parse for ErrorConfField
impl Parse for ErrorConfField
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ErrorConfField
impl RefUnwindSafe for ErrorConfField
impl !Send for ErrorConfField
impl !Sync for ErrorConfField
impl Unpin for ErrorConfField
impl UnwindSafe for ErrorConfField
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