Struct timely::dataflow::operators::ActivateCapability
source · pub struct ActivateCapability<T: Timestamp> { /* private fields */ }
Expand description
Capability that activates on drop.
Implementations§
source§impl<T: Timestamp> ActivateCapability<T>
impl<T: Timestamp> ActivateCapability<T>
sourcepub fn new(
capability: Capability<T>,
address: Rc<[usize]>,
activations: Rc<RefCell<Activations>>,
) -> Self
pub fn new( capability: Capability<T>, address: Rc<[usize]>, activations: Rc<RefCell<Activations>>, ) -> Self
Creates a new activating capability.
Trait Implementations§
source§impl<T: Clone + Timestamp> Clone for ActivateCapability<T>
impl<T: Clone + Timestamp> Clone for ActivateCapability<T>
source§fn clone(&self) -> ActivateCapability<T>
fn clone(&self) -> ActivateCapability<T>
Returns a copy 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 ActivateCapability<T>where
T: Freeze,
impl<T> !RefUnwindSafe for ActivateCapability<T>
impl<T> !Send for ActivateCapability<T>
impl<T> !Sync for ActivateCapability<T>
impl<T> Unpin for ActivateCapability<T>where
T: Unpin,
impl<T> !UnwindSafe for ActivateCapability<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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)