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