Struct OperationResultCode
#[repr(transparent)]pub struct OperationResultCode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for OperationResultCode
impl Clone for OperationResultCode
§fn clone(&self) -> OperationResultCode
fn clone(&self) -> OperationResultCode
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 more§impl Debug for OperationResultCode
impl Debug for OperationResultCode
§impl Default for OperationResultCode
impl Default for OperationResultCode
§fn default() -> OperationResultCode
fn default() -> OperationResultCode
Returns the “default value” for a type. Read more
§impl PartialEq for OperationResultCode
impl PartialEq for OperationResultCode
impl Copy for OperationResultCode
impl Eq for OperationResultCode
impl StructuralPartialEq for OperationResultCode
Auto Trait Implementations§
impl Freeze for OperationResultCode
impl RefUnwindSafe for OperationResultCode
impl Send for OperationResultCode
impl Sync for OperationResultCode
impl Unpin for OperationResultCode
impl UnwindSafe for OperationResultCode
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