pub struct ResultBF;Expand description
Type constructor for Result<A, B> as a bifunctor (both parameters vary).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResultBF
impl RefUnwindSafe for ResultBF
impl Send for ResultBF
impl Sync for ResultBF
impl Unpin for ResultBF
impl UnsafeUnpin for ResultBF
impl UnwindSafe for ResultBF
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