pub struct AppStoreCapability;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppStoreCapability
impl RefUnwindSafe for AppStoreCapability
impl Send for AppStoreCapability
impl Sync for AppStoreCapability
impl Unpin for AppStoreCapability
impl UnwindSafe for AppStoreCapability
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