pub struct RemoveAdvertisementPatternsMonitorReply(/* private fields */);
Expand description
Reply for RemoveAdvertisementPatternsMonitor
Trait Implementations§
Source§impl AsMut<AdvertisementMonitorHandle> for RemoveAdvertisementPatternsMonitorReply
impl AsMut<AdvertisementMonitorHandle> for RemoveAdvertisementPatternsMonitorReply
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 RemoveAdvertisementPatternsMonitorReply
impl AsRef<AdvertisementMonitorHandle> for RemoveAdvertisementPatternsMonitorReply
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 From<AdvertisementMonitorHandle> for RemoveAdvertisementPatternsMonitorReply
impl From<AdvertisementMonitorHandle> for RemoveAdvertisementPatternsMonitorReply
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 RemoveAdvertisementPatternsMonitorReply
impl RefUnwindSafe for RemoveAdvertisementPatternsMonitorReply
impl Send for RemoveAdvertisementPatternsMonitorReply
impl Sync for RemoveAdvertisementPatternsMonitorReply
impl Unpin for RemoveAdvertisementPatternsMonitorReply
impl UnwindSafe for RemoveAdvertisementPatternsMonitorReply
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