pub struct CanonErrorContextNew<'a> {
pub opts: Vec<CanonOpt<'a>>,
}
Available on crate feature
component-model
only.Expand description
Information relating to the error-context.new
intrinsic.
Fields§
§opts: Vec<CanonOpt<'a>>
The canonical options for loading the debug message.
Trait Implementations§
Source§impl<'a> Debug for CanonErrorContextNew<'a>
impl<'a> Debug for CanonErrorContextNew<'a>
Auto Trait Implementations§
impl<'a> Freeze for CanonErrorContextNew<'a>
impl<'a> RefUnwindSafe for CanonErrorContextNew<'a>
impl<'a> Send for CanonErrorContextNew<'a>
impl<'a> Sync for CanonErrorContextNew<'a>
impl<'a> Unpin for CanonErrorContextNew<'a>
impl<'a> UnwindSafe for CanonErrorContextNew<'a>
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