pub struct ParsedOtherLog {
pub raw: String,
}Fields§
§raw: StringImplementations§
Source§impl ParsedOtherLog
impl ParsedOtherLog
pub fn from_raw(log: &RawOtherLog<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for ParsedOtherLog
impl Clone for ParsedOtherLog
Source§fn clone(&self) -> ParsedOtherLog
fn clone(&self) -> ParsedOtherLog
Returns a duplicate of the value. Read more
1.0.0 · 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 ParsedOtherLog
impl Debug for ParsedOtherLog
Source§impl From<ParsedOtherLog> for ParsedLog
impl From<ParsedOtherLog> for ParsedLog
Source§fn from(value: ParsedOtherLog) -> Self
fn from(value: ParsedOtherLog) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ParsedOtherLog
impl PartialEq for ParsedOtherLog
impl Eq for ParsedOtherLog
impl StructuralPartialEq for ParsedOtherLog
Auto Trait Implementations§
impl Freeze for ParsedOtherLog
impl RefUnwindSafe for ParsedOtherLog
impl Send for ParsedOtherLog
impl Sync for ParsedOtherLog
impl Unpin for ParsedOtherLog
impl UnwindSafe for ParsedOtherLog
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