Struct humble_cli::prelude::ProductKey
source · pub struct ProductKey {
pub redeemed: bool,
pub human_name: String,
}Fields§
§redeemed: bool§human_name: StringAuto Trait Implementations§
impl Freeze for ProductKey
impl RefUnwindSafe for ProductKey
impl Send for ProductKey
impl Sync for ProductKey
impl Unpin for ProductKey
impl UnwindSafe for ProductKey
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