pub enum DeliveryOutcome {
SentDirect,
SentBroadcast,
}Variants§
Trait Implementations§
Source§impl Clone for DeliveryOutcome
impl Clone for DeliveryOutcome
Source§fn clone(&self) -> DeliveryOutcome
fn clone(&self) -> DeliveryOutcome
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 DeliveryOutcome
Source§impl Debug for DeliveryOutcome
impl Debug for DeliveryOutcome
impl Eq for DeliveryOutcome
Source§impl PartialEq for DeliveryOutcome
impl PartialEq for DeliveryOutcome
Source§impl Serialize for DeliveryOutcome
impl Serialize for DeliveryOutcome
impl StructuralPartialEq for DeliveryOutcome
Auto Trait Implementations§
impl Freeze for DeliveryOutcome
impl RefUnwindSafe for DeliveryOutcome
impl Send for DeliveryOutcome
impl Sync for DeliveryOutcome
impl Unpin for DeliveryOutcome
impl UnsafeUnpin for DeliveryOutcome
impl UnwindSafe for DeliveryOutcome
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