pub struct WireOptionalCalculatorAddResult { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<___D> Decode<___D> for WireOptionalCalculatorAddResultwhere
___D: InternalHandleDecoder + ?Sized,
WireCalculatorAddResponse: Decode<___D>,
WireFrameworkError: Decode<___D>,
impl<___D> Decode<___D> for WireOptionalCalculatorAddResultwhere
___D: InternalHandleDecoder + ?Sized,
WireCalculatorAddResponse: Decode<___D>,
WireFrameworkError: Decode<___D>,
Source§impl TakeFrom<WireOptionalCalculatorAddResult> for Option<Box<CalculatorAddResult>>
impl TakeFrom<WireOptionalCalculatorAddResult> for Option<Box<CalculatorAddResult>>
Source§fn take_from(from: &mut WireOptionalCalculatorAddResult) -> Self
fn take_from(from: &mut WireOptionalCalculatorAddResult) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.Auto Trait Implementations§
impl Freeze for WireOptionalCalculatorAddResult
impl RefUnwindSafe for WireOptionalCalculatorAddResult
impl !Send for WireOptionalCalculatorAddResult
impl !Sync for WireOptionalCalculatorAddResult
impl Unpin for WireOptionalCalculatorAddResult
impl UnwindSafe for WireOptionalCalculatorAddResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)