pub struct AddonTaskCallFailure {
pub error: AddonClientError,
pub attempts: u32,
}Fields§
§error: AddonClientError§attempts: u32Trait Implementations§
Source§impl Clone for AddonTaskCallFailure
impl Clone for AddonTaskCallFailure
Source§fn clone(&self) -> AddonTaskCallFailure
fn clone(&self) -> AddonTaskCallFailure
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 AddonTaskCallFailure
impl Debug for AddonTaskCallFailure
Source§impl PartialEq for AddonTaskCallFailure
impl PartialEq for AddonTaskCallFailure
Source§fn eq(&self, other: &AddonTaskCallFailure) -> bool
fn eq(&self, other: &AddonTaskCallFailure) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AddonTaskCallFailure
impl StructuralPartialEq for AddonTaskCallFailure
Auto Trait Implementations§
impl Freeze for AddonTaskCallFailure
impl RefUnwindSafe for AddonTaskCallFailure
impl Send for AddonTaskCallFailure
impl Sync for AddonTaskCallFailure
impl Unpin for AddonTaskCallFailure
impl UnsafeUnpin for AddonTaskCallFailure
impl UnwindSafe for AddonTaskCallFailure
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