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