pub enum ResponseDelivery {
NotStarted,
Partial,
LocalWriteComplete,
Failed,
Cancelled,
TimedOut,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ResponseDelivery
impl Clone for ResponseDelivery
Source§fn clone(&self) -> ResponseDelivery
fn clone(&self) -> ResponseDelivery
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 moreimpl Copy for ResponseDelivery
Auto Trait Implementations§
impl Freeze for ResponseDelivery
impl RefUnwindSafe for ResponseDelivery
impl Send for ResponseDelivery
impl Sync for ResponseDelivery
impl Unpin for ResponseDelivery
impl UnsafeUnpin for ResponseDelivery
impl UnwindSafe for ResponseDelivery
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