Struct edge_executor::EmbeddedBlocker
source · [−]pub struct EmbeddedBlocker<N, W>(_, _);
Implementations
Trait Implementations
sourceimpl<N: Clone, W: Clone> Clone for EmbeddedBlocker<N, W>
impl<N: Clone, W: Clone> Clone for EmbeddedBlocker<N, W>
sourcefn clone(&self) -> EmbeddedBlocker<N, W>
fn clone(&self) -> EmbeddedBlocker<N, W>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl<N, W> RefUnwindSafe for EmbeddedBlocker<N, W> where
N: RefUnwindSafe,
W: RefUnwindSafe,
impl<N, W> Send for EmbeddedBlocker<N, W> where
N: Send,
W: Send,
impl<N, W> Sync for EmbeddedBlocker<N, W> where
N: Sync,
W: Sync,
impl<N, W> Unpin for EmbeddedBlocker<N, W> where
N: Unpin,
W: Unpin,
impl<N, W> UnwindSafe for EmbeddedBlocker<N, W> where
N: UnwindSafe,
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more