pub enum DeliveryAcceptance {
ConnectionQueue,
Provider,
}Variants§
ConnectionQueue
The authenticated connection’s writer accepted the frame, not the remote application.
Provider
The provider API accepted the operation, not a user-read acknowledgement.
Trait Implementations§
Source§impl Clone for DeliveryAcceptance
impl Clone for DeliveryAcceptance
Source§fn clone(&self) -> DeliveryAcceptance
fn clone(&self) -> DeliveryAcceptance
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 DeliveryAcceptance
Source§impl Debug for DeliveryAcceptance
impl Debug for DeliveryAcceptance
Source§impl<'de> Deserialize<'de> for DeliveryAcceptance
impl<'de> Deserialize<'de> for DeliveryAcceptance
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DeliveryAcceptance
Source§impl PartialEq for DeliveryAcceptance
impl PartialEq for DeliveryAcceptance
Source§impl Serialize for DeliveryAcceptance
impl Serialize for DeliveryAcceptance
impl StructuralPartialEq for DeliveryAcceptance
Auto Trait Implementations§
impl Freeze for DeliveryAcceptance
impl RefUnwindSafe for DeliveryAcceptance
impl Send for DeliveryAcceptance
impl Sync for DeliveryAcceptance
impl Unpin for DeliveryAcceptance
impl UnsafeUnpin for DeliveryAcceptance
impl UnwindSafe for DeliveryAcceptance
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