pub struct DeriveFail<Ex>(_);Trait Implementations§
impl<Ex: Send> DeriveMonad for DeriveFail<Ex>
Auto Trait Implementations§
impl<Ex> RefUnwindSafe for DeriveFail<Ex>where Ex: RefUnwindSafe,
impl<Ex> Send for DeriveFail<Ex>where Ex: Send,
impl<Ex> Sync for DeriveFail<Ex>where Ex: Sync,
impl<Ex> Unpin for DeriveFail<Ex>where Ex: Unpin,
impl<Ex> UnwindSafe for DeriveFail<Ex>where Ex: UnwindSafe,
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