pub enum CommunicationEventReference<R0, R1, R2> {
Message(R0),
State(R1),
Setup(R2),
}
Expand description
Reference for an enum.
Variants§
Message(R0)
Enum variant for #names.
State(R1)
Enum variant for #names.
Setup(R2)
Enum variant for #names.
Trait Implementations§
source§impl<R0, R1, R2> Clone for CommunicationEventReference<R0, R1, R2>
impl<R0, R1, R2> Clone for CommunicationEventReference<R0, R1, R2>
source§fn clone(&self) -> CommunicationEventReference<R0, R1, R2>
fn clone(&self) -> CommunicationEventReference<R0, R1, R2>
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> Debug for CommunicationEventReference<R0, R1, R2>
impl<R0, R1, R2> Debug for CommunicationEventReference<R0, R1, R2>
source§impl<C0, C1, C2, R0, R1, R2> Push<CommunicationEventReference<R0, R1, R2>> for CommunicationEventContainer<C0, C1, C2>
impl<C0, C1, C2, R0, R1, R2> Push<CommunicationEventReference<R0, R1, R2>> for CommunicationEventContainer<C0, C1, C2>
source§fn push(&mut self, item: CommunicationEventReference<R0, R1, R2>)
fn push(&mut self, item: CommunicationEventReference<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
.impl<R0, R1, R2> Copy for CommunicationEventReference<R0, R1, R2>
Auto Trait Implementations§
impl<R0, R1, R2> Freeze for CommunicationEventReference<R0, R1, R2>
impl<R0, R1, R2> RefUnwindSafe for CommunicationEventReference<R0, R1, R2>
impl<R0, R1, R2> Send for CommunicationEventReference<R0, R1, R2>
impl<R0, R1, R2> Sync for CommunicationEventReference<R0, R1, R2>
impl<R0, R1, R2> Unpin for CommunicationEventReference<R0, R1, R2>
impl<R0, R1, R2> UnwindSafe for CommunicationEventReference<R0, R1, R2>
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
)