pub struct PipelineJobHandle { /* private fields */ }
Implementations§
Source§impl PipelineJobHandle
impl PipelineJobHandle
pub fn is_handle_for(&self, job: &PipelineJob<'_>) -> bool
Trait Implementations§
Source§impl Clone for PipelineJobHandle
impl Clone for PipelineJobHandle
Source§fn clone(&self) -> PipelineJobHandle
fn clone(&self) -> PipelineJobHandle
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 Freeze for PipelineJobHandle
impl RefUnwindSafe for PipelineJobHandle
impl Send for PipelineJobHandle
impl Sync for PipelineJobHandle
impl Unpin for PipelineJobHandle
impl UnwindSafe for PipelineJobHandle
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