struct PushFailure {
reason: String,
transient: bool,
}Expand description
Why a push failed, and whether the row should be charged an attempt for it.
Fields§
§reason: String§transient: boolThe server could not be reached at all — retry later, free of charge.
Auto Trait Implementations§
impl Freeze for PushFailure
impl RefUnwindSafe for PushFailure
impl Send for PushFailure
impl Sync for PushFailure
impl Unpin for PushFailure
impl UnsafeUnpin for PushFailure
impl UnwindSafe for PushFailure
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