pub struct AiderStreamJsonLine {
pub line_number: usize,
pub raw: String,
}Fields§
§line_number: usize§raw: StringTrait Implementations§
Source§impl Clone for AiderStreamJsonLine
impl Clone for AiderStreamJsonLine
Source§fn clone(&self) -> AiderStreamJsonLine
fn clone(&self) -> AiderStreamJsonLine
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 AiderStreamJsonLine
impl Debug for AiderStreamJsonLine
Source§impl PartialEq for AiderStreamJsonLine
impl PartialEq for AiderStreamJsonLine
Source§fn eq(&self, other: &AiderStreamJsonLine) -> bool
fn eq(&self, other: &AiderStreamJsonLine) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AiderStreamJsonLine
impl StructuralPartialEq for AiderStreamJsonLine
Auto Trait Implementations§
impl Freeze for AiderStreamJsonLine
impl RefUnwindSafe for AiderStreamJsonLine
impl Send for AiderStreamJsonLine
impl Sync for AiderStreamJsonLine
impl Unpin for AiderStreamJsonLine
impl UnsafeUnpin for AiderStreamJsonLine
impl UnwindSafe for AiderStreamJsonLine
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