Struct timely::communication::logging::CommunicationSetupContainer
source · pub struct CommunicationSetupContainer<C0, C1, C2> {
pub sender: C0,
pub process: C1,
pub remote: C2,
}
Expand description
Derived columnar container for a struct.
Fields§
§sender: C0
Container for #names.
process: C1
Container for #names.
remote: C2
Container for #names.
Trait Implementations§
source§impl<'a, C0, C1, C2> AsBytes<'a> for CommunicationSetupContainer<C0, C1, C2>
impl<'a, C0, C1, C2> AsBytes<'a> for CommunicationSetupContainer<C0, C1, C2>
source§impl<C0, C1, C2> Clear for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Clear for CommunicationSetupContainer<C0, C1, C2>
source§impl<C0, C1, C2> Clone for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Clone for CommunicationSetupContainer<C0, C1, C2>
source§fn clone(&self) -> CommunicationSetupContainer<C0, C1, C2>
fn clone(&self) -> CommunicationSetupContainer<C0, C1, C2>
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<CommunicationSetup> for CommunicationSetupContainer<<bool as Columnar>::Container, <usize as Columnar>::Container, <Option<usize> as Columnar>::Container>
impl Container<CommunicationSetup> for CommunicationSetupContainer<<bool as Columnar>::Container, <usize as Columnar>::Container, <Option<usize> as Columnar>::Container>
§type Borrowed<'a> = CommunicationSetupContainer<<<bool as Columnar>::Container as Container<bool>>::Borrowed<'a>, <<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<Option<usize> as Columnar>::Container as Container<Option<usize>>>::Borrowed<'a>>
where
bool: 'a,
usize: 'a,
Option<usize>: 'a
type Borrowed<'a> = CommunicationSetupContainer<<<bool as Columnar>::Container as Container<bool>>::Borrowed<'a>, <<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<Option<usize> as Columnar>::Container as Container<Option<usize>>>::Borrowed<'a>> where bool: 'a, usize: 'a, Option<usize>: 'a
The type of a borrowed container. Read more
source§impl<C0, C1, C2> Debug for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Debug for CommunicationSetupContainer<C0, C1, C2>
source§impl<C0, C1, C2> Default for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Default for CommunicationSetupContainer<C0, C1, C2>
source§fn default() -> CommunicationSetupContainer<C0, C1, C2>
fn default() -> CommunicationSetupContainer<C0, C1, C2>
Returns the “default value” for a type. Read more
source§impl<'de, C0, C1, C2> Deserialize<'de> for CommunicationSetupContainer<C0, C1, C2>
impl<'de, C0, C1, C2> Deserialize<'de> for CommunicationSetupContainer<C0, C1, C2>
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CommunicationSetupContainer<C0, C1, C2>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CommunicationSetupContainer<C0, C1, C2>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'columnar, C0, C1, C2> FromBytes<'columnar> for CommunicationSetupContainer<C0, C1, C2>
impl<'columnar, C0, C1, C2> FromBytes<'columnar> for CommunicationSetupContainer<C0, C1, C2>
source§fn from_bytes(
bytes: &mut impl Iterator<Item = &'columnar [u8]>,
) -> CommunicationSetupContainer<C0, C1, C2>
fn from_bytes( bytes: &mut impl Iterator<Item = &'columnar [u8]>, ) -> CommunicationSetupContainer<C0, C1, C2>
Reconstructs
self
from a sequence of correctly aligned and sized bytes slices. Read moresource§impl<'columnar, C0, C1, C2> Index for &'columnar CommunicationSetupContainer<C0, C1, C2>
impl<'columnar, C0, C1, C2> Index for &'columnar CommunicationSetupContainer<C0, C1, C2>
§type Ref = CommunicationSetupReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 as Index>::Ref, <&'columnar C2 as Index>::Ref>
type Ref = CommunicationSetupReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 as Index>::Ref, <&'columnar C2 as Index>::Ref>
The type returned by the
get
method. Read morefn get( &self, index: usize, ) -> <&'columnar CommunicationSetupContainer<C0, C1, C2> as Index>::Ref
fn iter(&self) -> IterOwn<&Self>
fn into_iter(self) -> IterOwn<Self>where
Self: Sized,
source§impl<C0, C1, C2> Index for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Index for CommunicationSetupContainer<C0, C1, C2>
§type Ref = CommunicationSetupReference<<C0 as Index>::Ref, <C1 as Index>::Ref, <C2 as Index>::Ref>
type Ref = CommunicationSetupReference<<C0 as Index>::Ref, <C1 as Index>::Ref, <C2 as Index>::Ref>
The type returned by the
get
method. Read morefn get( &self, index: usize, ) -> <CommunicationSetupContainer<C0, C1, C2> as Index>::Ref
fn iter(&self) -> IterOwn<&Self>
fn into_iter(self) -> IterOwn<Self>where
Self: Sized,
source§impl<C0, C1, C2> Len for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Len for CommunicationSetupContainer<C0, C1, C2>
source§impl<'columnar, C0, C1, C2> Push<&'columnar CommunicationSetup> for CommunicationSetupContainer<C0, C1, C2>
impl<'columnar, C0, C1, C2> Push<&'columnar CommunicationSetup> for CommunicationSetupContainer<C0, C1, C2>
source§fn push(&mut self, item: &'columnar CommunicationSetup)
fn push(&mut self, item: &'columnar CommunicationSetup)
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, C1, C2> Push<CommunicationSetup> for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Push<CommunicationSetup> for CommunicationSetupContainer<C0, C1, C2>
source§fn push(&mut self, item: CommunicationSetup)
fn push(&mut self, item: CommunicationSetup)
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, C1, C2, R0, R1, R2> Push<CommunicationSetupReference<R0, R1, R2>> for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2, R0, R1, R2> Push<CommunicationSetupReference<R0, R1, R2>> for CommunicationSetupContainer<C0, C1, C2>
source§fn push(&mut self, item: CommunicationSetupReference<R0, R1, R2>)
fn push(&mut self, item: CommunicationSetupReference<R0, R1, R2>)
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, C1, C2> Serialize for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Serialize for CommunicationSetupContainer<C0, C1, C2>
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl<C0, C1, C2> Copy for CommunicationSetupContainer<C0, C1, C2>
Auto Trait Implementations§
impl<C0, C1, C2> Freeze for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> RefUnwindSafe for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Send for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Sync for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> Unpin for CommunicationSetupContainer<C0, C1, C2>
impl<C0, C1, C2> UnwindSafe for CommunicationSetupContainer<C0, C1, C2>
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
)