pub struct NativeAnnouncer { /* private fields */ }Implementations§
Source§impl NativeAnnouncer
impl NativeAnnouncer
pub fn start(announcement: &NativeAnnouncement) -> Result<Self>
Trait Implementations§
Source§impl Drop for NativeAnnouncer
impl Drop for NativeAnnouncer
Auto Trait Implementations§
impl Freeze for NativeAnnouncer
impl RefUnwindSafe for NativeAnnouncer
impl Send for NativeAnnouncer
impl Sync for NativeAnnouncer
impl Unpin for NativeAnnouncer
impl UnsafeUnpin for NativeAnnouncer
impl UnwindSafe for NativeAnnouncer
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