pub struct LocalRecvHandle { /* private fields */ }Trait Implementations§
Source§impl PollWait for LocalRecvHandle
impl PollWait for LocalRecvHandle
Auto Trait Implementations§
impl Freeze for LocalRecvHandle
impl RefUnwindSafe for LocalRecvHandle
impl Send for LocalRecvHandle
impl Sync for LocalRecvHandle
impl Unpin for LocalRecvHandle
impl UnsafeUnpin for LocalRecvHandle
impl UnwindSafe for LocalRecvHandle
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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