#[non_exhaustive]pub struct SkuMarker;
Expand description
Marker for entitlement SKU IDs.
Types such as Sku
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkuMarker
impl RefUnwindSafe for SkuMarker
impl Send for SkuMarker
impl Sync for SkuMarker
impl Unpin for SkuMarker
impl UnwindSafe for SkuMarker
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