pub struct LocalSendHandle;Trait Implementations§
Source§impl PollWait for LocalSendHandle
impl PollWait for LocalSendHandle
Auto Trait Implementations§
impl Freeze for LocalSendHandle
impl RefUnwindSafe for LocalSendHandle
impl Send for LocalSendHandle
impl Sync for LocalSendHandle
impl Unpin for LocalSendHandle
impl UnsafeUnpin for LocalSendHandle
impl UnwindSafe for LocalSendHandle
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