pub enum ClientDelivery {
Item(ApplicationFrame),
Terminal(ApplicationFrame),
Cancelled,
TimedOut,
SessionClosed,
}Variants§
Trait Implementations§
Source§impl Clone for ClientDelivery
impl Clone for ClientDelivery
Source§fn clone(&self) -> ClientDelivery
fn clone(&self) -> ClientDelivery
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 moreSource§impl Debug for ClientDelivery
impl Debug for ClientDelivery
Source§impl PartialEq for ClientDelivery
impl PartialEq for ClientDelivery
impl StructuralPartialEq for ClientDelivery
Auto Trait Implementations§
impl Freeze for ClientDelivery
impl RefUnwindSafe for ClientDelivery
impl Send for ClientDelivery
impl Sync for ClientDelivery
impl Unpin for ClientDelivery
impl UnsafeUnpin for ClientDelivery
impl UnwindSafe for ClientDelivery
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