pub struct BrandReservation {
pub name: &'static str,
pub version: &'static str,
pub status: &'static str,
pub homepage: &'static str,
}Expand description
Brand-reservation metadata. The single public API of this placeholder.
Fields§
§name: &'static str§version: &'static str§status: &'static str§homepage: &'static strAuto Trait Implementations§
impl Freeze for BrandReservation
impl RefUnwindSafe for BrandReservation
impl Send for BrandReservation
impl Sync for BrandReservation
impl Unpin for BrandReservation
impl UnsafeUnpin for BrandReservation
impl UnwindSafe for BrandReservation
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