pub struct PushResult {
pub sent: i64,
pub failed: i64,
pub removed: i64,
}Expand description
Result of a push send operation.
Fields§
§sent: i64§failed: i64§removed: i64Trait Implementations§
Source§impl Debug for PushResult
impl Debug for PushResult
Source§impl Default for PushResult
impl Default for PushResult
Source§fn default() -> PushResult
fn default() -> PushResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PushResult
impl RefUnwindSafe for PushResult
impl Send for PushResult
impl Sync for PushResult
impl Unpin for PushResult
impl UnsafeUnpin for PushResult
impl UnwindSafe for PushResult
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