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