pub struct KernelEvent {
pub path: Path,
pub operator: Option<String>,
pub value: Option<Value>,
pub memory_hash: String,
}Fields§
§path: Path§operator: Option<String>§value: Option<Value>§memory_hash: StringTrait Implementations§
Source§impl Clone for KernelEvent
impl Clone for KernelEvent
Source§fn clone(&self) -> KernelEvent
fn clone(&self) -> KernelEvent
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 KernelEvent
impl Debug for KernelEvent
Source§impl PartialEq for KernelEvent
impl PartialEq for KernelEvent
impl StructuralPartialEq for KernelEvent
Auto Trait Implementations§
impl Freeze for KernelEvent
impl RefUnwindSafe for KernelEvent
impl Send for KernelEvent
impl Sync for KernelEvent
impl Unpin for KernelEvent
impl UnsafeUnpin for KernelEvent
impl UnwindSafe for KernelEvent
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