pub struct BannerMetadata {
pub name: &'static str,
pub version: &'static str,
pub authors: &'static str,
pub repository: &'static str,
}Expand description
Manifest fields fed by the macro from the caller’s env! values.
Fields§
§name: &'static str§version: &'static str§repository: &'static strImplementations§
Trait Implementations§
Source§impl Clone for BannerMetadata
impl Clone for BannerMetadata
Source§fn clone(&self) -> BannerMetadata
fn clone(&self) -> BannerMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BannerMetadata
impl RefUnwindSafe for BannerMetadata
impl Send for BannerMetadata
impl Sync for BannerMetadata
impl Unpin for BannerMetadata
impl UnsafeUnpin for BannerMetadata
impl UnwindSafe for BannerMetadata
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