pub struct EnvironmentPlace<T: 'static> { /* private fields */ }Expand description
An environment place that accepts external token injection. Wraps a regular Place and marks it for external event injection.
Implementations§
Trait Implementations§
Source§impl<T: Clone + 'static> Clone for EnvironmentPlace<T>
impl<T: Clone + 'static> Clone for EnvironmentPlace<T>
Source§fn clone(&self) -> EnvironmentPlace<T>
fn clone(&self) -> EnvironmentPlace<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<T> Freeze for EnvironmentPlace<T>
impl<T> RefUnwindSafe for EnvironmentPlace<T>
impl<T> Send for EnvironmentPlace<T>
impl<T> Sync for EnvironmentPlace<T>
impl<T> Unpin for EnvironmentPlace<T>
impl<T> UnsafeUnpin for EnvironmentPlace<T>
impl<T> UnwindSafe for EnvironmentPlace<T>
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