pub enum ReceiveOutcome {
Frame,
NeedInput,
Drained,
}Expand description
Stub mirror of crate::codec_context::ReceiveOutcome.
Variants§
Trait Implementations§
Source§impl Clone for ReceiveOutcome
impl Clone for ReceiveOutcome
Source§fn clone(&self) -> ReceiveOutcome
fn clone(&self) -> ReceiveOutcome
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 ReceiveOutcome
Source§impl Debug for ReceiveOutcome
impl Debug for ReceiveOutcome
impl Eq for ReceiveOutcome
Source§impl PartialEq for ReceiveOutcome
impl PartialEq for ReceiveOutcome
impl StructuralPartialEq for ReceiveOutcome
Auto Trait Implementations§
impl Freeze for ReceiveOutcome
impl RefUnwindSafe for ReceiveOutcome
impl Send for ReceiveOutcome
impl Sync for ReceiveOutcome
impl Unpin for ReceiveOutcome
impl UnsafeUnpin for ReceiveOutcome
impl UnwindSafe for ReceiveOutcome
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