pub struct Metadata {
pub messages: Messages,
pub name: Cow<'static, str>,
pub short_name: Cow<'static, str>,
pub version: Cow<'static, str>,
pub repository: Cow<'static, str>,
}Fields§
§messages: Messages§name: Cow<'static, str>§short_name: Cow<'static, str>§version: Cow<'static, str>§repository: Cow<'static, str>Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
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