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