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