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