pub enum ProtocolV2FetchAcknowledgment {
Nak,
Ack(ObjectId),
Ready,
}Variants§
Trait Implementations§
Source§impl Clone for ProtocolV2FetchAcknowledgment
impl Clone for ProtocolV2FetchAcknowledgment
Source§fn clone(&self) -> ProtocolV2FetchAcknowledgment
fn clone(&self) -> ProtocolV2FetchAcknowledgment
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 Eq for ProtocolV2FetchAcknowledgment
Source§impl PartialEq for ProtocolV2FetchAcknowledgment
impl PartialEq for ProtocolV2FetchAcknowledgment
Source§fn eq(&self, other: &ProtocolV2FetchAcknowledgment) -> bool
fn eq(&self, other: &ProtocolV2FetchAcknowledgment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtocolV2FetchAcknowledgment
Auto Trait Implementations§
impl Freeze for ProtocolV2FetchAcknowledgment
impl RefUnwindSafe for ProtocolV2FetchAcknowledgment
impl Send for ProtocolV2FetchAcknowledgment
impl Sync for ProtocolV2FetchAcknowledgment
impl Unpin for ProtocolV2FetchAcknowledgment
impl UnsafeUnpin for ProtocolV2FetchAcknowledgment
impl UnwindSafe for ProtocolV2FetchAcknowledgment
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