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