pub struct UnexpectedIsolationType;
Expand description
An unexpected isolation type was provided.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnexpectedIsolationType
impl RefUnwindSafe for UnexpectedIsolationType
impl Send for UnexpectedIsolationType
impl Sync for UnexpectedIsolationType
impl Unpin for UnexpectedIsolationType
impl UnwindSafe for UnexpectedIsolationType
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