Struct timely::logging::GuardedProgressEventReference
source · pub struct GuardedProgressEventReference<R0> {
pub is_start: R0,
}
Expand description
Derived columnar reference for a struct.
Fields§
§is_start: R0
Field for #names.
Trait Implementations§
source§impl<R0: Clone> Clone for GuardedProgressEventReference<R0>
impl<R0: Clone> Clone for GuardedProgressEventReference<R0>
source§fn clone(&self) -> GuardedProgressEventReference<R0>
fn clone(&self) -> GuardedProgressEventReference<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 GuardedProgressEventReference<R0>
impl<R0: Debug> Debug for GuardedProgressEventReference<R0>
source§impl<R0> PartialEq<GuardedProgressEvent> for GuardedProgressEventReference<R0>
impl<R0> PartialEq<GuardedProgressEvent> for GuardedProgressEventReference<R0>
source§impl<C0, R0> Push<GuardedProgressEventReference<R0>> for GuardedProgressEventContainer<C0>where
C0: Push<R0>,
impl<C0, R0> Push<GuardedProgressEventReference<R0>> for GuardedProgressEventContainer<C0>where
C0: Push<R0>,
source§fn push(&mut self, item: GuardedProgressEventReference<R0>)
fn push(&mut self, item: GuardedProgressEventReference<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 GuardedProgressEventReference<R0>
Auto Trait Implementations§
impl<R0> Freeze for GuardedProgressEventReference<R0>where
R0: Freeze,
impl<R0> RefUnwindSafe for GuardedProgressEventReference<R0>where
R0: RefUnwindSafe,
impl<R0> Send for GuardedProgressEventReference<R0>where
R0: Send,
impl<R0> Sync for GuardedProgressEventReference<R0>where
R0: Sync,
impl<R0> Unpin for GuardedProgressEventReference<R0>where
R0: Unpin,
impl<R0> UnwindSafe for GuardedProgressEventReference<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
)