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