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