pub struct QueueEntry<A: Actor> {
pub name: &'static str,
/* private fields */
}Fields§
§name: &'static strImplementations§
Trait Implementations§
Source§impl<A: Clone + Actor> Clone for QueueEntry<A>
impl<A: Clone + Actor> Clone for QueueEntry<A>
Source§fn clone(&self) -> QueueEntry<A>
fn clone(&self) -> QueueEntry<A>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<A: Copy + Actor> Copy for QueueEntry<A>
impl<A: Eq + Actor> Eq for QueueEntry<A>
impl<A: PartialEq + Actor> StructuralPartialEq for QueueEntry<A>
Auto Trait Implementations§
impl<A> Freeze for QueueEntry<A>
impl<A> RefUnwindSafe for QueueEntry<A>
impl<A> Send for QueueEntry<A>
impl<A> Sync for QueueEntry<A>
impl<A> Unpin for QueueEntry<A>
impl<A> UnsafeUnpin for QueueEntry<A>
impl<A> UnwindSafe for QueueEntry<A>
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.