Struct DataCallError
#[repr(transparent)]pub struct DataCallError(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl DataCallError
impl DataCallError
pub const NONE: Self
pub const INVALID_PARAMS: Self
Trait Implementations§
§impl Clone for DataCallError
impl Clone for DataCallError
§fn clone(&self) -> DataCallError
fn clone(&self) -> DataCallError
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 more§impl Debug for DataCallError
impl Debug for DataCallError
§impl PartialEq for DataCallError
impl PartialEq for DataCallError
§impl Serialize for DataCallError
impl Serialize for DataCallError
impl Copy for DataCallError
impl Eq for DataCallError
impl StructuralPartialEq for DataCallError
Auto Trait Implementations§
impl Freeze for DataCallError
impl RefUnwindSafe for DataCallError
impl Send for DataCallError
impl Sync for DataCallError
impl Unpin for DataCallError
impl UnwindSafe for DataCallError
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