Struct human_panic::Metadata
source · [−]pub struct Metadata {
pub version: Cow<'static, str>,
pub name: Cow<'static, str>,
pub authors: Cow<'static, str>,
pub homepage: Cow<'static, str>,
}
Expand description
A convenient metadata struct that describes a crate
Fields
version: Cow<'static, str>
The crate version
name: Cow<'static, str>
The crate name
The list of authors of the crate
homepage: Cow<'static, str>
The URL of the crate’s website
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more