Struct sos_sdk::formats::EventLogFileRecord
source · pub struct EventLogFileRecord { /* private fields */ }Expand description
Reference to a row in the event log.
Implementations§
Trait Implementations§
source§impl Clone for EventLogFileRecord
impl Clone for EventLogFileRecord
source§fn clone(&self) -> EventLogFileRecord
fn clone(&self) -> EventLogFileRecord
Returns a copy 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 EventLogFileRecord
impl Debug for EventLogFileRecord
source§impl Decodable for EventLogFileRecord
impl Decodable for EventLogFileRecord
source§impl Default for EventLogFileRecord
impl Default for EventLogFileRecord
source§fn default() -> EventLogFileRecord
fn default() -> EventLogFileRecord
Returns the “default value” for a type. Read more
source§impl FileItem for EventLogFileRecord
impl FileItem for EventLogFileRecord
source§fn set_offset(&mut self, offset: Range<u64>)
fn set_offset(&mut self, offset: Range<u64>)
Set the byte offset for the record.
source§impl PartialEq for EventLogFileRecord
impl PartialEq for EventLogFileRecord
impl Eq for EventLogFileRecord
impl StructuralEq for EventLogFileRecord
Auto Trait Implementations§
impl RefUnwindSafe for EventLogFileRecord
impl Send for EventLogFileRecord
impl Sync for EventLogFileRecord
impl Unpin for EventLogFileRecord
impl UnwindSafe for EventLogFileRecord
Blanket Implementations§
§impl<T> AnyEq for T
impl<T> AnyEq for T
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.