pub struct UserErrorConfField {
pub abi_error: Ident,
pub rich_error: Path,
pub err_loc: Span,
}
Fields§
§abi_error: Ident
§rich_error: Path
§err_loc: Span
Trait Implementations§
Source§impl Clone for UserErrorConfField
impl Clone for UserErrorConfField
Source§fn clone(&self) -> UserErrorConfField
fn clone(&self) -> UserErrorConfField
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 UserErrorConfField
impl RefUnwindSafe for UserErrorConfField
impl !Send for UserErrorConfField
impl !Sync for UserErrorConfField
impl Unpin for UserErrorConfField
impl UnwindSafe for UserErrorConfField
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