pub struct CallbackRetryContext {
pub idx: u16,
pub failure: ChatFailure,
}Fields§
§idx: u16§failure: ChatFailureTrait Implementations§
Source§impl Clone for CallbackRetryContext
impl Clone for CallbackRetryContext
Source§fn clone(&self) -> CallbackRetryContext
fn clone(&self) -> CallbackRetryContext
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 moreAuto Trait Implementations§
impl Freeze for CallbackRetryContext
impl RefUnwindSafe for CallbackRetryContext
impl Send for CallbackRetryContext
impl Sync for CallbackRetryContext
impl Unpin for CallbackRetryContext
impl UnsafeUnpin for CallbackRetryContext
impl UnwindSafe for CallbackRetryContext
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