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