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