pub enum Mut<'union> {
Response(&'union mut WireCalculatorAddResponse),
FrameworkErr(&'union mut WireFrameworkError),
}
Variants§
Response(&'union mut WireCalculatorAddResponse)
FrameworkErr(&'union mut WireFrameworkError)
Auto Trait Implementations§
impl<'union> Freeze for Mut<'union>
impl<'union> RefUnwindSafe for Mut<'union>
impl<'union> Send for Mut<'union>
impl<'union> Sync for Mut<'union>
impl<'union> Unpin for Mut<'union>
impl<'union> !UnwindSafe for Mut<'union>
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