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