pub struct AvahiClient { /* private fields */ }Trait Implementations§
Source§impl Clone for AvahiClient
impl Clone for AvahiClient
Source§fn clone(&self) -> AvahiClient
fn clone(&self) -> AvahiClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AvahiClient
Auto Trait Implementations§
impl Freeze for AvahiClient
impl RefUnwindSafe for AvahiClient
impl Send for AvahiClient
impl Sync for AvahiClient
impl Unpin for AvahiClient
impl UnsafeUnpin for AvahiClient
impl UnwindSafe for AvahiClient
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