pub struct Backend(/* private fields */);Expand description
A process-local proof that Catalejo’s linked fault routines are published.
Implementations§
Trait Implementations§
impl Copy for Backend
impl Eq for Backend
impl Send for Backend
impl StructuralPartialEq for Backend
impl Sync for Backend
Auto Trait Implementations§
impl Freeze for Backend
impl RefUnwindSafe for Backend
impl Unpin for Backend
impl UnsafeUnpin for Backend
impl UnwindSafe for Backend
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