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