pub struct RetrieveLogsResponse {
pub status: Option<Status>,
pub log_content: Option<Vec<u8>>,
pub utc_time_stamp: Option<u64>,
pub time_since_boot: Option<u8>,
}Fields§
§status: Option<Status>§log_content: Option<Vec<u8>>§utc_time_stamp: Option<u64>§time_since_boot: Option<u8>Trait Implementations§
Source§impl Debug for RetrieveLogsResponse
impl Debug for RetrieveLogsResponse
Auto Trait Implementations§
impl Freeze for RetrieveLogsResponse
impl RefUnwindSafe for RetrieveLogsResponse
impl Send for RetrieveLogsResponse
impl Sync for RetrieveLogsResponse
impl Unpin for RetrieveLogsResponse
impl UnwindSafe for RetrieveLogsResponse
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