pub struct SessionLine {
pub line_number: usize,
pub bytes_read: usize,
pub raw: String,
}Fields§
§line_number: usize§bytes_read: usize§raw: StringTrait Implementations§
Source§impl Clone for SessionLine
impl Clone for SessionLine
Source§fn clone(&self) -> SessionLine
fn clone(&self) -> SessionLine
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 moreAuto Trait Implementations§
impl Freeze for SessionLine
impl RefUnwindSafe for SessionLine
impl Send for SessionLine
impl Sync for SessionLine
impl Unpin for SessionLine
impl UnsafeUnpin for SessionLine
impl UnwindSafe for SessionLine
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