pub struct ErrorCodeArgs<'s> {
pub code: u32,
pub details: &'s str,
/* private fields */
}Expand description
ErrorCode signal arguments.
Fields§
§code: u32§details: &'s strImplementations§
Trait Implementations§
Source§impl<'s> Debug for ErrorCodeArgs<'s>
impl<'s> Debug for ErrorCodeArgs<'s>
Auto Trait Implementations§
impl<'s> Freeze for ErrorCodeArgs<'s>
impl<'s> RefUnwindSafe for ErrorCodeArgs<'s>
impl<'s> Send for ErrorCodeArgs<'s>
impl<'s> Sync for ErrorCodeArgs<'s>
impl<'s> Unpin for ErrorCodeArgs<'s>
impl<'s> UnsafeUnpin for ErrorCodeArgs<'s>
impl<'s> UnwindSafe for ErrorCodeArgs<'s>
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