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