pub struct MulticastGroupListWhen(/* private fields */);Implementations§
Source§impl MulticastGroupListWhen
impl MulticastGroupListWhen
Auto Trait Implementations§
impl Freeze for MulticastGroupListWhen
impl !RefUnwindSafe for MulticastGroupListWhen
impl !Send for MulticastGroupListWhen
impl !Sync for MulticastGroupListWhen
impl Unpin for MulticastGroupListWhen
impl UnsafeUnpin for MulticastGroupListWhen
impl !UnwindSafe for MulticastGroupListWhen
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