pub struct RecvClose {
pub task_key: TaskKey,
/* private fields */
}Fields§
§task_key: TaskKeyTrait Implementations§
Auto Trait Implementations§
impl Freeze for RecvClose
impl !RefUnwindSafe for RecvClose
impl Send for RecvClose
impl Sync for RecvClose
impl Unpin for RecvClose
impl !UnwindSafe for RecvClose
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