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