pub struct Multicast { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Multicast
impl !RefUnwindSafe for Multicast
impl Send for Multicast
impl Sync for Multicast
impl Unpin for Multicast
impl UnsafeUnpin for Multicast
impl !UnwindSafe for Multicast
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