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