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