Struct timely::logging::GuardedProgressEventContainer
source · pub struct GuardedProgressEventContainer<C0> {
pub is_start: C0,
}
Expand description
Derived columnar container for a struct.
Fields§
§is_start: C0
Container for #names.
Trait Implementations§
source§impl<'a, C0> AsBytes<'a> for GuardedProgressEventContainer<C0>where
C0: AsBytes<'a>,
impl<'a, C0> AsBytes<'a> for GuardedProgressEventContainer<C0>where
C0: AsBytes<'a>,
source§impl<C0> Clear for GuardedProgressEventContainer<C0>where
C0: Clear,
impl<C0> Clear for GuardedProgressEventContainer<C0>where
C0: Clear,
source§impl<C0: Clone> Clone for GuardedProgressEventContainer<C0>
impl<C0: Clone> Clone for GuardedProgressEventContainer<C0>
source§fn clone(&self) -> GuardedProgressEventContainer<C0>
fn clone(&self) -> GuardedProgressEventContainer<C0>
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 Container<GuardedProgressEvent> for GuardedProgressEventContainer<<bool as Columnar>::Container>
impl Container<GuardedProgressEvent> for GuardedProgressEventContainer<<bool as Columnar>::Container>
source§impl<C0: Debug> Debug for GuardedProgressEventContainer<C0>
impl<C0: Debug> Debug for GuardedProgressEventContainer<C0>
source§impl<C0: Default> Default for GuardedProgressEventContainer<C0>
impl<C0: Default> Default for GuardedProgressEventContainer<C0>
source§fn default() -> GuardedProgressEventContainer<C0>
fn default() -> GuardedProgressEventContainer<C0>
Returns the “default value” for a type. Read more
source§impl<'de, C0> Deserialize<'de> for GuardedProgressEventContainer<C0>where
C0: Deserialize<'de>,
impl<'de, C0> Deserialize<'de> for GuardedProgressEventContainer<C0>where
C0: Deserialize<'de>,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'columnar, C0> FromBytes<'columnar> for GuardedProgressEventContainer<C0>where
C0: FromBytes<'columnar>,
impl<'columnar, C0> FromBytes<'columnar> for GuardedProgressEventContainer<C0>where
C0: FromBytes<'columnar>,
source§impl<'columnar, C0> Index for &'columnar GuardedProgressEventContainer<C0>where
&'columnar C0: Index,
impl<'columnar, C0> Index for &'columnar GuardedProgressEventContainer<C0>where
&'columnar C0: Index,
source§impl<C0> Index for GuardedProgressEventContainer<C0>where
C0: Index,
impl<C0> Index for GuardedProgressEventContainer<C0>where
C0: Index,
source§impl<C0> Len for GuardedProgressEventContainer<C0>where
C0: Len,
impl<C0> Len for GuardedProgressEventContainer<C0>where
C0: Len,
source§impl<'columnar, C0> Push<&'columnar GuardedProgressEvent> for GuardedProgressEventContainer<C0>
impl<'columnar, C0> Push<&'columnar GuardedProgressEvent> for GuardedProgressEventContainer<C0>
source§fn push(&mut self, item: &'columnar GuardedProgressEvent)
fn push(&mut self, item: &'columnar GuardedProgressEvent)
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
.source§impl<C0> Push<GuardedProgressEvent> for GuardedProgressEventContainer<C0>
impl<C0> Push<GuardedProgressEvent> for GuardedProgressEventContainer<C0>
source§fn push(&mut self, item: GuardedProgressEvent)
fn push(&mut self, item: GuardedProgressEvent)
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
.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
.source§impl<C0> Serialize for GuardedProgressEventContainer<C0>where
C0: Serialize,
impl<C0> Serialize for GuardedProgressEventContainer<C0>where
C0: Serialize,
impl<C0: Copy> Copy for GuardedProgressEventContainer<C0>
Auto Trait Implementations§
impl<C0> Freeze for GuardedProgressEventContainer<C0>where
C0: Freeze,
impl<C0> RefUnwindSafe for GuardedProgressEventContainer<C0>where
C0: RefUnwindSafe,
impl<C0> Send for GuardedProgressEventContainer<C0>where
C0: Send,
impl<C0> Sync for GuardedProgressEventContainer<C0>where
C0: Sync,
impl<C0> Unpin for GuardedProgressEventContainer<C0>where
C0: Unpin,
impl<C0> UnwindSafe for GuardedProgressEventContainer<C0>where
C0: 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
)