pub struct COMBINE { /* private fields */ }Expand description
Function for Linked Channels
Implementations§
Auto Trait Implementations§
impl !Freeze for COMBINE
impl !RefUnwindSafe for COMBINE
impl Send for COMBINE
impl !Sync for COMBINE
impl Unpin for COMBINE
impl UnwindSafe for COMBINE
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