pub struct ProbeSubcommandInfo {
pub name: &'static str,
pub description: &'static str,
}Expand description
One entry in the probe summary listing.
Fields§
§name: &'static str§description: &'static strTrait Implementations§
Source§impl Clone for ProbeSubcommandInfo
impl Clone for ProbeSubcommandInfo
Source§fn clone(&self) -> ProbeSubcommandInfo
fn clone(&self) -> ProbeSubcommandInfo
Returns a duplicate of the value. Read more
1.0.0 · 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 ProbeSubcommandInfo
impl Debug for ProbeSubcommandInfo
Auto Trait Implementations§
impl Freeze for ProbeSubcommandInfo
impl RefUnwindSafe for ProbeSubcommandInfo
impl Send for ProbeSubcommandInfo
impl Sync for ProbeSubcommandInfo
impl Unpin for ProbeSubcommandInfo
impl UnsafeUnpin for ProbeSubcommandInfo
impl UnwindSafe for ProbeSubcommandInfo
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