pub struct Channels {
pub channel1: Channel1,
pub channel2: Channel2,
pub channel3: Channel3,
pub channel4: Channel4,
}Fields§
§channel1: Channel1§channel2: Channel2§channel3: Channel3§channel4: Channel4Auto Trait Implementations§
impl !Send for Channels
impl !Sync for Channels
impl Freeze for Channels
impl RefUnwindSafe for Channels
impl Unpin for Channels
impl UnsafeUnpin for Channels
impl UnwindSafe for Channels
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