Struct timely::communication::logging::StateEventReference
source · pub struct StateEventReference<R0, R1, R2, R3> {
pub send: R0,
pub process: R1,
pub remote: R2,
pub start: R3,
}
Expand description
Derived columnar reference for a struct.
Fields§
§send: R0
Field for #names.
process: R1
Field for #names.
remote: R2
Field for #names.
start: R3
Field for #names.
Trait Implementations§
source§impl<R0, R1, R2, R3> Clone for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> Clone for StateEventReference<R0, R1, R2, R3>
source§fn clone(&self) -> StateEventReference<R0, R1, R2, R3>
fn clone(&self) -> StateEventReference<R0, R1, R2, R3>
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, R1, R2, R3> Debug for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> Debug for StateEventReference<R0, R1, R2, R3>
source§impl<R0, R1, R2, R3> PartialEq<StateEvent> for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> PartialEq<StateEvent> for StateEventReference<R0, R1, R2, R3>
source§impl<C0, C1, C2, C3, R0, R1, R2, R3> Push<StateEventReference<R0, R1, R2, R3>> for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3, R0, R1, R2, R3> Push<StateEventReference<R0, R1, R2, R3>> for StateEventContainer<C0, C1, C2, C3>
source§fn push(&mut self, item: StateEventReference<R0, R1, R2, R3>)
fn push(&mut self, item: StateEventReference<R0, R1, R2, R3>)
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, R1, R2, R3> Copy for StateEventReference<R0, R1, R2, R3>
Auto Trait Implementations§
impl<R0, R1, R2, R3> Freeze for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> RefUnwindSafe for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> Send for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> Sync for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> Unpin for StateEventReference<R0, R1, R2, R3>
impl<R0, R1, R2, R3> UnwindSafe for StateEventReference<R0, R1, R2, R3>
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
)