pub struct EventMapIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EventMapIndex
impl Clone for EventMapIndex
Source§fn clone(&self) -> EventMapIndex
fn clone(&self) -> EventMapIndex
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 Copy for EventMapIndex
Source§impl Debug for EventMapIndex
impl Debug for EventMapIndex
impl Eq for EventMapIndex
Source§impl FromByteStream for EventMapIndex
impl FromByteStream for EventMapIndex
Source§impl Hash for EventMapIndex
impl Hash for EventMapIndex
Source§impl Ord for EventMapIndex
impl Ord for EventMapIndex
Source§fn cmp(&self, other: &EventMapIndex) -> Ordering
fn cmp(&self, other: &EventMapIndex) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EventMapIndex
impl PartialEq for EventMapIndex
Source§fn eq(&self, other: &EventMapIndex) -> bool
fn eq(&self, other: &EventMapIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EventMapIndex
impl PartialOrd for EventMapIndex
impl StructuralPartialEq for EventMapIndex
Auto Trait Implementations§
impl Freeze for EventMapIndex
impl RefUnwindSafe for EventMapIndex
impl Send for EventMapIndex
impl Sync for EventMapIndex
impl Unpin for EventMapIndex
impl UnsafeUnpin for EventMapIndex
impl UnwindSafe for EventMapIndex
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