Struct timely::logging::PushProgressEventReference
source · pub struct PushProgressEventReference<R0> {
pub op_id: R0,
}
Expand description
Derived columnar reference for a struct.
Fields§
§op_id: R0
Field for #names.
Trait Implementations§
source§impl<R0: Clone> Clone for PushProgressEventReference<R0>
impl<R0: Clone> Clone for PushProgressEventReference<R0>
source§fn clone(&self) -> PushProgressEventReference<R0>
fn clone(&self) -> PushProgressEventReference<R0>
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 moresource§impl<R0: Debug> Debug for PushProgressEventReference<R0>
impl<R0: Debug> Debug for PushProgressEventReference<R0>
source§impl<R0> PartialEq<PushProgressEvent> for PushProgressEventReference<R0>
impl<R0> PartialEq<PushProgressEvent> for PushProgressEventReference<R0>
source§impl<C0, R0> Push<PushProgressEventReference<R0>> for PushProgressEventContainer<C0>where
C0: Push<R0>,
impl<C0, R0> Push<PushProgressEventReference<R0>> for PushProgressEventContainer<C0>where
C0: Push<R0>,
source§fn push(&mut self, item: PushProgressEventReference<R0>)
fn push(&mut self, item: PushProgressEventReference<R0>)
Pushes an item onto
self
.source§fn extend(&mut self, iter: impl IntoIterator<Item = T>)
fn extend(&mut self, iter: impl IntoIterator<Item = T>)
Pushes elements of an iterator onto
self
.impl<R0: Copy> Copy for PushProgressEventReference<R0>
Auto Trait Implementations§
impl<R0> Freeze for PushProgressEventReference<R0>where
R0: Freeze,
impl<R0> RefUnwindSafe for PushProgressEventReference<R0>where
R0: RefUnwindSafe,
impl<R0> Send for PushProgressEventReference<R0>where
R0: Send,
impl<R0> Sync for PushProgressEventReference<R0>where
R0: Sync,
impl<R0> Unpin for PushProgressEventReference<R0>where
R0: Unpin,
impl<R0> UnwindSafe for PushProgressEventReference<R0>where
R0: UnwindSafe,
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)