#[repr(transparent)]pub struct RpcAppSystemErrorCode(pub c_uchar);
Expand description
Enumeration of possible error codes for application which can be started through rpc
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for RpcAppSystemErrorCode
impl Clone for RpcAppSystemErrorCode
Source§fn clone(&self) -> RpcAppSystemErrorCode
fn clone(&self) -> RpcAppSystemErrorCode
Returns a duplicate 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 RpcAppSystemErrorCode
impl Debug for RpcAppSystemErrorCode
Source§impl Hash for RpcAppSystemErrorCode
impl Hash for RpcAppSystemErrorCode
Source§impl PartialEq for RpcAppSystemErrorCode
impl PartialEq for RpcAppSystemErrorCode
impl Copy for RpcAppSystemErrorCode
impl Eq for RpcAppSystemErrorCode
impl StructuralPartialEq for RpcAppSystemErrorCode
Auto Trait Implementations§
impl Freeze for RpcAppSystemErrorCode
impl RefUnwindSafe for RpcAppSystemErrorCode
impl Send for RpcAppSystemErrorCode
impl Sync for RpcAppSystemErrorCode
impl Unpin for RpcAppSystemErrorCode
impl UnwindSafe for RpcAppSystemErrorCode
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