pub struct ScheduleEventContainer<C0, C1> {
pub id: C0,
pub start_stop: C1,
}
Expand description
Derived columnar container for a struct.
Fields§
§id: C0
Container for #names.
start_stop: C1
Container for #names.
Trait Implementations§
Source§impl<'a, C0, C1> AsBytes<'a> for ScheduleEventContainer<C0, C1>
impl<'a, C0, C1> AsBytes<'a> for ScheduleEventContainer<C0, C1>
Source§impl<C0, C1> Clear for ScheduleEventContainer<C0, C1>
impl<C0, C1> Clear for ScheduleEventContainer<C0, C1>
Source§impl<C0: Clone, C1: Clone> Clone for ScheduleEventContainer<C0, C1>
impl<C0: Clone, C1: Clone> Clone for ScheduleEventContainer<C0, C1>
Source§fn clone(&self) -> ScheduleEventContainer<C0, C1>
fn clone(&self) -> ScheduleEventContainer<C0, C1>
Returns a duplicate 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<C0: Container, C1: Container> Container for ScheduleEventContainer<C0, C1>
impl<C0: Container, C1: Container> Container for ScheduleEventContainer<C0, C1>
Source§type Ref<'a> = ScheduleEventReference<<C0 as Container>::Ref<'a>, <C1 as Container>::Ref<'a>>
where
C0: 'a,
C1: 'a
type Ref<'a> = ScheduleEventReference<<C0 as Container>::Ref<'a>, <C1 as Container>::Ref<'a>> where C0: 'a, C1: 'a
For each lifetime, a reference with that lifetime. Read more
Source§type Borrowed<'a> = ScheduleEventContainer<<C0 as Container>::Borrowed<'a>, <C1 as Container>::Borrowed<'a>>
where
C0: 'a,
C1: 'a
type Borrowed<'a> = ScheduleEventContainer<<C0 as Container>::Borrowed<'a>, <C1 as Container>::Borrowed<'a>> where C0: 'a, C1: 'a
The type of a borrowed container. Read more
Source§fn borrow<'a>(&'a self) -> Self::Borrowed<'a>
fn borrow<'a>(&'a self) -> Self::Borrowed<'a>
Converts a reference to the type to a borrowed variant.
Source§fn reborrow<'b, 'a: 'b>(thing: Self::Borrowed<'a>) -> Self::Borrowed<'b>
fn reborrow<'b, 'a: 'b>(thing: Self::Borrowed<'a>) -> Self::Borrowed<'b>
Reborrows the borrowed type to a shorter lifetime. See
Columnar::reborrow
for details.Source§fn reborrow_ref<'b, 'a: 'b>(thing: Self::Ref<'a>) -> Self::Ref<'b>
fn reborrow_ref<'b, 'a: 'b>(thing: Self::Ref<'a>) -> Self::Ref<'b>
Reborrows the borrowed type to a shorter lifetime. See
Columnar::reborrow
for details.fn reserve_for<'a, I>(&mut self, selves: I)
Source§impl<C0: Default, C1: Default> Default for ScheduleEventContainer<C0, C1>
impl<C0: Default, C1: Default> Default for ScheduleEventContainer<C0, C1>
Source§fn default() -> ScheduleEventContainer<C0, C1>
fn default() -> ScheduleEventContainer<C0, C1>
Returns the “default value” for a type. Read more
Source§impl<'columnar, C0, C1> FromBytes<'columnar> for ScheduleEventContainer<C0, C1>
impl<'columnar, C0, C1> FromBytes<'columnar> for ScheduleEventContainer<C0, C1>
Source§impl<'columnar, C0, C1> Index for &'columnar ScheduleEventContainer<C0, C1>
impl<'columnar, C0, C1> Index for &'columnar ScheduleEventContainer<C0, C1>
Source§type Ref = ScheduleEventReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 as Index>::Ref>
type Ref = ScheduleEventReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 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, C1> Index for ScheduleEventContainer<C0, C1>
impl<C0, C1> Index for ScheduleEventContainer<C0, C1>
Source§type Ref = ScheduleEventReference<<C0 as Index>::Ref, <C1 as Index>::Ref>
type Ref = ScheduleEventReference<<C0 as Index>::Ref, <C1 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, C1> Len for ScheduleEventContainer<C0, C1>
impl<C0, C1> Len for ScheduleEventContainer<C0, C1>
Source§impl<'columnar, C0, C1> Push<&'columnar ScheduleEvent> for ScheduleEventContainer<C0, C1>
impl<'columnar, C0, C1> Push<&'columnar ScheduleEvent> for ScheduleEventContainer<C0, C1>
Source§fn push(&mut self, item: &'columnar ScheduleEvent)
fn push(&mut self, item: &'columnar ScheduleEvent)
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> Push<ScheduleEvent> for ScheduleEventContainer<C0, C1>
impl<C0, C1> Push<ScheduleEvent> for ScheduleEventContainer<C0, C1>
Source§fn push(&mut self, item: ScheduleEvent)
fn push(&mut self, item: ScheduleEvent)
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, R0, R1> Push<ScheduleEventReference<R0, R1>> for ScheduleEventContainer<C0, C1>
impl<C0, C1, R0, R1> Push<ScheduleEventReference<R0, R1>> for ScheduleEventContainer<C0, C1>
Source§fn push(&mut self, item: ScheduleEventReference<R0, R1>)
fn push(&mut self, item: ScheduleEventReference<R0, R1>)
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<C0: Copy, C1: Copy> Copy for ScheduleEventContainer<C0, C1>
Auto Trait Implementations§
impl<C0, C1> Freeze for ScheduleEventContainer<C0, C1>
impl<C0, C1> RefUnwindSafe for ScheduleEventContainer<C0, C1>where
C0: RefUnwindSafe,
C1: RefUnwindSafe,
impl<C0, C1> Send for ScheduleEventContainer<C0, C1>
impl<C0, C1> Sync for ScheduleEventContainer<C0, C1>
impl<C0, C1> Unpin for ScheduleEventContainer<C0, C1>
impl<C0, C1> UnwindSafe for ScheduleEventContainer<C0, C1>where
C0: UnwindSafe,
C1: 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§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more