pub struct LockKernel {
pub kernel: String,
pub digest: String,
}Fields§
§kernel: String§digest: StringTrait Implementations§
Source§impl Clone for LockKernel
impl Clone for LockKernel
Source§fn clone(&self) -> LockKernel
fn clone(&self) -> LockKernel
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 LockKernel
impl Debug for LockKernel
Source§impl Default for LockKernel
impl Default for LockKernel
Source§fn default() -> LockKernel
fn default() -> LockKernel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LockKernel
impl<'de> Deserialize<'de> for LockKernel
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 PartialEq for LockKernel
impl PartialEq for LockKernel
Source§fn eq(&self, other: &LockKernel) -> bool
fn eq(&self, other: &LockKernel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LockKernel
impl Serialize for LockKernel
impl Eq for LockKernel
impl StructuralPartialEq for LockKernel
Auto Trait Implementations§
impl Freeze for LockKernel
impl RefUnwindSafe for LockKernel
impl Send for LockKernel
impl Sync for LockKernel
impl Unpin for LockKernel
impl UnsafeUnpin for LockKernel
impl UnwindSafe for LockKernel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.