pub struct DeclareMiningJobErrorOwned {
pub request_id: u32,
pub error_code: Str0255Owned,
pub error_details: B064KOwned,
}Fields§
§request_id: u32§error_code: Str0255Owned§error_details: B064KOwnedTrait Implementations§
Source§impl Clone for DeclareMiningJobErrorOwned
impl Clone for DeclareMiningJobErrorOwned
Source§fn clone(&self) -> DeclareMiningJobErrorOwned
fn clone(&self) -> DeclareMiningJobErrorOwned
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeclareMiningJobErrorOwned
impl Debug for DeclareMiningJobErrorOwned
Source§impl Display for DeclareMiningJobErrorOwned
impl Display for DeclareMiningJobErrorOwned
Source§impl<'decoder> From<DeclareMiningJobErrorOwned> for EncodableField<'decoder>
impl<'decoder> From<DeclareMiningJobErrorOwned> for EncodableField<'decoder>
Source§fn from(v: DeclareMiningJobErrorOwned) -> Self
fn from(v: DeclareMiningJobErrorOwned) -> Self
Converts to this type from the input type.
Source§impl GetSize for DeclareMiningJobErrorOwned
impl GetSize for DeclareMiningJobErrorOwned
impl StructuralPartialEq for DeclareMiningJobErrorOwned
Auto Trait Implementations§
impl Freeze for DeclareMiningJobErrorOwned
impl RefUnwindSafe for DeclareMiningJobErrorOwned
impl Send for DeclareMiningJobErrorOwned
impl Sync for DeclareMiningJobErrorOwned
impl Unpin for DeclareMiningJobErrorOwned
impl UnsafeUnpin for DeclareMiningJobErrorOwned
impl UnwindSafe for DeclareMiningJobErrorOwned
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