#[repr(C)]pub struct WireCalculatorOnErrorRequest {
pub status_code: u32_le,
}
Expand description
The wire type corersponding to CalculatorOnErrorRequest
.
Fields§
§status_code: u32_le
Trait Implementations§
Source§impl Clone for WireCalculatorOnErrorRequest
impl Clone for WireCalculatorOnErrorRequest
Source§fn clone(&self) -> WireCalculatorOnErrorRequest
fn clone(&self) -> WireCalculatorOnErrorRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireCalculatorOnErrorRequest
impl Debug for WireCalculatorOnErrorRequest
Source§impl<___D> Decode<___D> for WireCalculatorOnErrorRequest
impl<___D> Decode<___D> for WireCalculatorOnErrorRequest
Source§impl TakeFrom<WireCalculatorOnErrorRequest> for CalculatorOnErrorRequest
impl TakeFrom<WireCalculatorOnErrorRequest> for CalculatorOnErrorRequest
Source§fn take_from(from: &mut WireCalculatorOnErrorRequest) -> Self
fn take_from(from: &mut WireCalculatorOnErrorRequest) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.Auto Trait Implementations§
impl Freeze for WireCalculatorOnErrorRequest
impl RefUnwindSafe for WireCalculatorOnErrorRequest
impl Send for WireCalculatorOnErrorRequest
impl Sync for WireCalculatorOnErrorRequest
impl Unpin for WireCalculatorOnErrorRequest
impl UnwindSafe for WireCalculatorOnErrorRequest
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
)