pub struct ErrorSpec {
pub allowed: bool,
pub types: Vec<ErrorType>,
pub deterministic: bool,
}Fields§
§allowed: bool§types: Vec<ErrorType>§deterministic: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorSpec
impl RefUnwindSafe for ErrorSpec
impl Send for ErrorSpec
impl Sync for ErrorSpec
impl Unpin for ErrorSpec
impl UnsafeUnpin for ErrorSpec
impl UnwindSafe for ErrorSpec
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