pub struct AdvertisementMonitorAdded(/* private fields */);Expand description
Advertisement Monitor Added Event
Implementations§
Trait Implementations§
Source§impl AsMut<AdvertisementMonitorHandle> for AdvertisementMonitorAdded
impl AsMut<AdvertisementMonitorHandle> for AdvertisementMonitorAdded
Source§fn as_mut(&mut self) -> &mut AdvertisementMonitorHandle
fn as_mut(&mut self) -> &mut AdvertisementMonitorHandle
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<AdvertisementMonitorHandle> for AdvertisementMonitorAdded
impl AsRef<AdvertisementMonitorHandle> for AdvertisementMonitorAdded
Source§fn as_ref(&self) -> &AdvertisementMonitorHandle
fn as_ref(&self) -> &AdvertisementMonitorHandle
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for AdvertisementMonitorAdded
impl Clone for AdvertisementMonitorAdded
Source§fn clone(&self) -> AdvertisementMonitorAdded
fn clone(&self) -> AdvertisementMonitorAdded
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdvertisementMonitorAdded
impl Debug for AdvertisementMonitorAdded
Source§impl Deref for AdvertisementMonitorAdded
impl Deref for AdvertisementMonitorAdded
Source§impl DerefMut for AdvertisementMonitorAdded
impl DerefMut for AdvertisementMonitorAdded
Source§impl From<AdvertisementMonitorAdded> for Event
impl From<AdvertisementMonitorAdded> for Event
Source§fn from(v: AdvertisementMonitorAdded) -> Self
fn from(v: AdvertisementMonitorAdded) -> Self
Converts to this type from the input type.
Source§impl From<AdvertisementMonitorHandle> for AdvertisementMonitorAdded
impl From<AdvertisementMonitorHandle> for AdvertisementMonitorAdded
Source§fn from(v: AdvertisementMonitorHandle) -> Self
fn from(v: AdvertisementMonitorHandle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AdvertisementMonitorAdded
impl RefUnwindSafe for AdvertisementMonitorAdded
impl Send for AdvertisementMonitorAdded
impl Sync for AdvertisementMonitorAdded
impl Unpin for AdvertisementMonitorAdded
impl UnwindSafe for AdvertisementMonitorAdded
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