pub struct PortConnectivityContainer<C0> {
pub tree: C0,
}
Expand description
Derived columnar container for a struct.
Fields§
§tree: C0
Container for #names.
Trait Implementations§
Source§impl<'a, C0> AsBytes<'a> for PortConnectivityContainer<C0>where
C0: AsBytes<'a>,
impl<'a, C0> AsBytes<'a> for PortConnectivityContainer<C0>where
C0: AsBytes<'a>,
Source§impl<C0> Clear for PortConnectivityContainer<C0>where
C0: Clear,
impl<C0> Clear for PortConnectivityContainer<C0>where
C0: Clear,
Source§impl<C0: Clone> Clone for PortConnectivityContainer<C0>
impl<C0: Clone> Clone for PortConnectivityContainer<C0>
Source§fn clone(&self) -> PortConnectivityContainer<C0>
fn clone(&self) -> PortConnectivityContainer<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<TS> Container<PortConnectivity<TS>> for PortConnectivityContainer<<BTreeMap<usize, Antichain<TS>> as Columnar>::Container>
impl<TS> Container<PortConnectivity<TS>> for PortConnectivityContainer<<BTreeMap<usize, Antichain<TS>> as Columnar>::Container>
Source§impl<C0: Debug> Debug for PortConnectivityContainer<C0>
impl<C0: Debug> Debug for PortConnectivityContainer<C0>
Source§impl<C0: Default> Default for PortConnectivityContainer<C0>
impl<C0: Default> Default for PortConnectivityContainer<C0>
Source§fn default() -> PortConnectivityContainer<C0>
fn default() -> PortConnectivityContainer<C0>
Returns the “default value” for a type. Read more
Source§impl<'de, C0> Deserialize<'de> for PortConnectivityContainer<C0>where
C0: Deserialize<'de>,
impl<'de, C0> Deserialize<'de> for PortConnectivityContainer<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 PortConnectivityContainer<C0>where
C0: FromBytes<'columnar>,
impl<'columnar, C0> FromBytes<'columnar> for PortConnectivityContainer<C0>where
C0: FromBytes<'columnar>,
Source§impl<'columnar, C0> Index for &'columnar PortConnectivityContainer<C0>where
&'columnar C0: Index,
impl<'columnar, C0> Index for &'columnar PortConnectivityContainer<C0>where
&'columnar C0: Index,
Source§type Ref = PortConnectivityReference<<&'columnar C0 as Index>::Ref>
type Ref = PortConnectivityReference<<&'columnar C0 as Index>::Ref>
The type returned by the
get
method. Read morefn get(&self, index: usize) -> Self::Ref
fn last(&self) -> Option<Self::Ref>where
Self: Len,
Source§fn index_iter(&self) -> IterOwn<&Self>
fn index_iter(&self) -> IterOwn<&Self>
Converts
&self
into an iterator. Read moreSource§impl<C0> Index for PortConnectivityContainer<C0>where
C0: Index,
impl<C0> Index for PortConnectivityContainer<C0>where
C0: Index,
Source§type Ref = PortConnectivityReference<<C0 as Index>::Ref>
type Ref = PortConnectivityReference<<C0 as Index>::Ref>
The type returned by the
get
method. Read morefn get(&self, index: usize) -> Self::Ref
fn last(&self) -> Option<Self::Ref>where
Self: Len,
Source§fn index_iter(&self) -> IterOwn<&Self>
fn index_iter(&self) -> IterOwn<&Self>
Converts
&self
into an iterator. Read moreSource§impl<C0> Len for PortConnectivityContainer<C0>where
C0: Len,
impl<C0> Len for PortConnectivityContainer<C0>where
C0: Len,
Source§impl<'columnar, TS, C0> Push<&'columnar PortConnectivity<TS>> for PortConnectivityContainer<C0>
impl<'columnar, TS, C0> Push<&'columnar PortConnectivity<TS>> for PortConnectivityContainer<C0>
Source§fn push(&mut self, item: &'columnar PortConnectivity<TS>)
fn push(&mut self, item: &'columnar PortConnectivity<TS>)
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<TS, C0> Push<PortConnectivity<TS>> for PortConnectivityContainer<C0>
impl<TS, C0> Push<PortConnectivity<TS>> for PortConnectivityContainer<C0>
Source§fn push(&mut self, item: PortConnectivity<TS>)
fn push(&mut self, item: PortConnectivity<TS>)
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<PortConnectivityReference<R0>> for PortConnectivityContainer<C0>where
C0: Push<R0>,
impl<C0, R0> Push<PortConnectivityReference<R0>> for PortConnectivityContainer<C0>where
C0: Push<R0>,
Source§fn push(&mut self, item: PortConnectivityReference<R0>)
fn push(&mut self, item: PortConnectivityReference<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 PortConnectivityContainer<C0>where
C0: Serialize,
impl<C0> Serialize for PortConnectivityContainer<C0>where
C0: Serialize,
impl<C0: Copy> Copy for PortConnectivityContainer<C0>
Auto Trait Implementations§
impl<C0> Freeze for PortConnectivityContainer<C0>where
C0: Freeze,
impl<C0> RefUnwindSafe for PortConnectivityContainer<C0>where
C0: RefUnwindSafe,
impl<C0> Send for PortConnectivityContainer<C0>where
C0: Send,
impl<C0> Sync for PortConnectivityContainer<C0>where
C0: Sync,
impl<C0> Unpin for PortConnectivityContainer<C0>where
C0: Unpin,
impl<C0> UnwindSafe for PortConnectivityContainer<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