Struct probe_rs_cli_util::logging::Metadata
source · [−]pub struct Metadata {
pub chip: Option<String>,
pub probe: Option<String>,
pub speed: Option<String>,
pub release: String,
pub commit: String,
}Fields
chip: Option<String>probe: Option<String>speed: Option<String>release: Stringcommit: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more