pub struct DmesgResponse {
pub logs: String,
}Expand description
Response to the dmesg command
Fields§
§logs: StringTrait Implementations§
Source§impl Debug for DmesgResponse
impl Debug for DmesgResponse
Source§impl PartialEq for DmesgResponse
impl PartialEq for DmesgResponse
impl StructuralPartialEq for DmesgResponse
Auto Trait Implementations§
impl Freeze for DmesgResponse
impl RefUnwindSafe for DmesgResponse
impl Send for DmesgResponse
impl Sync for DmesgResponse
impl Unpin for DmesgResponse
impl UnsafeUnpin for DmesgResponse
impl UnwindSafe for DmesgResponse
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