Struct RetailMode
pub struct RetailMode;
Implementations§
§impl RetailMode
impl RetailMode
pub fn RetailModeEnabled() -> Result<bool>
Auto Trait Implementations§
impl Freeze for RetailMode
impl RefUnwindSafe for RetailMode
impl Send for RetailMode
impl Sync for RetailMode
impl Unpin for RetailMode
impl UnwindSafe for RetailMode
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