pub struct FlushOutboundResult {
pub sent_count: usize,
pub failed_count: usize,
}Fields§
§sent_count: usize§failed_count: usizeTrait Implementations§
Source§impl Clone for FlushOutboundResult
impl Clone for FlushOutboundResult
Source§fn clone(&self) -> FlushOutboundResult
fn clone(&self) -> FlushOutboundResult
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 moreSource§impl Debug for FlushOutboundResult
impl Debug for FlushOutboundResult
Source§impl PartialEq for FlushOutboundResult
impl PartialEq for FlushOutboundResult
impl Eq for FlushOutboundResult
impl StructuralPartialEq for FlushOutboundResult
Auto Trait Implementations§
impl Freeze for FlushOutboundResult
impl RefUnwindSafe for FlushOutboundResult
impl Send for FlushOutboundResult
impl Sync for FlushOutboundResult
impl Unpin for FlushOutboundResult
impl UnsafeUnpin for FlushOutboundResult
impl UnwindSafe for FlushOutboundResult
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