pub struct SendJoinPattern { /* private fields */ }Expand description
SendChannel & SendChannel full Join Pattern.
Auto Trait Implementations§
impl Freeze for SendJoinPattern
impl !RefUnwindSafe for SendJoinPattern
impl Send for SendJoinPattern
impl !Sync for SendJoinPattern
impl Unpin for SendJoinPattern
impl UnsafeUnpin for SendJoinPattern
impl !UnwindSafe for SendJoinPattern
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