pub struct InitChannel {
pub channel: Channel,
}
Fields§
§channel: Channel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitChannel
impl !RefUnwindSafe for InitChannel
impl Send for InitChannel
impl Sync for InitChannel
impl Unpin for InitChannel
impl !UnwindSafe for InitChannel
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