pub struct KernelActionId(/* private fields */);Expand description
Unique identifier for kernel actions
Implementations§
Trait Implementations§
Source§impl Clone for KernelActionId
impl Clone for KernelActionId
Source§fn clone(&self) -> KernelActionId
fn clone(&self) -> KernelActionId
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 KernelActionId
impl Debug for KernelActionId
Source§impl Default for KernelActionId
impl Default for KernelActionId
Source§impl<'de> Deserialize<'de> for KernelActionId
impl<'de> Deserialize<'de> for KernelActionId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for KernelActionId
impl Display for KernelActionId
Source§impl Hash for KernelActionId
impl Hash for KernelActionId
Source§impl Ord for KernelActionId
impl Ord for KernelActionId
Source§fn cmp(&self, other: &KernelActionId) -> Ordering
fn cmp(&self, other: &KernelActionId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KernelActionId
impl PartialEq for KernelActionId
Source§impl PartialOrd for KernelActionId
impl PartialOrd for KernelActionId
Source§impl Serialize for KernelActionId
impl Serialize for KernelActionId
impl Copy for KernelActionId
impl Eq for KernelActionId
impl StructuralPartialEq for KernelActionId
Auto Trait Implementations§
impl Freeze for KernelActionId
impl RefUnwindSafe for KernelActionId
impl Send for KernelActionId
impl Sync for KernelActionId
impl Unpin for KernelActionId
impl UnwindSafe for KernelActionId
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