pub struct OperationLogEntry {
pub decision: IngestDecision,
pub device_id: String,
pub sequence: u64,
pub message: String,
}Fields§
§decision: IngestDecision§device_id: String§sequence: u64§message: StringTrait Implementations§
Source§impl Clone for OperationLogEntry
impl Clone for OperationLogEntry
Source§fn clone(&self) -> OperationLogEntry
fn clone(&self) -> OperationLogEntry
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 OperationLogEntry
impl Debug for OperationLogEntry
Source§impl PartialEq for OperationLogEntry
impl PartialEq for OperationLogEntry
impl Eq for OperationLogEntry
impl StructuralPartialEq for OperationLogEntry
Auto Trait Implementations§
impl Freeze for OperationLogEntry
impl RefUnwindSafe for OperationLogEntry
impl Send for OperationLogEntry
impl Sync for OperationLogEntry
impl Unpin for OperationLogEntry
impl UnsafeUnpin for OperationLogEntry
impl UnwindSafe for OperationLogEntry
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