Struct AdvertisingManager
pub struct AdvertisingManager;
Implementations§
§impl AdvertisingManager
impl AdvertisingManager
pub fn AdvertisingId() -> Result<HSTRING>
pub fn GetForUser<P0>(user: P0) -> Result<AdvertisingManagerForUser>where
P0: Param<User>,
Auto Trait Implementations§
impl Freeze for AdvertisingManager
impl RefUnwindSafe for AdvertisingManager
impl Send for AdvertisingManager
impl Sync for AdvertisingManager
impl Unpin for AdvertisingManager
impl UnwindSafe for AdvertisingManager
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