pub struct PlayerInterstitialEventMonitorObserver { /* private fields */ }Trait Implementations§
impl Send for PlayerInterstitialEventMonitorObserver
Auto Trait Implementations§
impl Freeze for PlayerInterstitialEventMonitorObserver
impl RefUnwindSafe for PlayerInterstitialEventMonitorObserver
impl !Sync for PlayerInterstitialEventMonitorObserver
impl Unpin for PlayerInterstitialEventMonitorObserver
impl UnsafeUnpin for PlayerInterstitialEventMonitorObserver
impl UnwindSafe for PlayerInterstitialEventMonitorObserver
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