pub struct ComponentInformation {
pub project: &'static ProjectInformation,
pub name: &'static str,
pub version: &'static str,
pub description: &'static str,
}Expand description
Component information. Intended as information over all your project’s components.
Fields§
§project: &'static ProjectInformationProject
name: &'static strComponent name
version: &'static strVersion
description: &'static strDescription
Auto Trait Implementations§
impl Freeze for ComponentInformation
impl RefUnwindSafe for ComponentInformation
impl Send for ComponentInformation
impl Sync for ComponentInformation
impl Unpin for ComponentInformation
impl UnwindSafe for ComponentInformation
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