pub struct KernelInfoReply { /* private fields */ }Trait Implementations§
Source§impl Debug for KernelInfoReply
impl Debug for KernelInfoReply
Source§impl<'de> Deserialize<'de> for KernelInfoReply
impl<'de> Deserialize<'de> for KernelInfoReply
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 From<Bytes> for KernelInfoReply
impl From<Bytes> for KernelInfoReply
Auto Trait Implementations§
impl Freeze for KernelInfoReply
impl RefUnwindSafe for KernelInfoReply
impl Send for KernelInfoReply
impl Sync for KernelInfoReply
impl Unpin for KernelInfoReply
impl UnwindSafe for KernelInfoReply
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