#[repr(C)]pub struct StbErr {
pub message: StbString,
}Expand description
Terminal failure payload. message is a UTF-8 error string.
Fields§
§message: StbStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StbErr
impl RefUnwindSafe for StbErr
impl Send for StbErr
impl Sync for StbErr
impl Unpin for StbErr
impl UnsafeUnpin for StbErr
impl UnwindSafe for StbErr
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