pub struct EndpointTypeIndex(/* private fields */);Expand description
An index into an event endpoint’s type list.
Trait Implementations§
Source§impl Clone for EndpointTypeIndex
impl Clone for EndpointTypeIndex
Source§fn clone(&self) -> EndpointTypeIndex
fn clone(&self) -> EndpointTypeIndex
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 Debug for EndpointTypeIndex
impl Debug for EndpointTypeIndex
Source§impl<'de> Deserialize<'de> for EndpointTypeIndex
impl<'de> Deserialize<'de> for EndpointTypeIndex
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 From<EndpointTypeIndex> for usize
impl From<EndpointTypeIndex> for usize
Source§fn from(index: EndpointTypeIndex) -> Self
fn from(index: EndpointTypeIndex) -> Self
Converts to this type from the input type.
Source§impl From<usize> for EndpointTypeIndex
impl From<usize> for EndpointTypeIndex
Source§impl PartialEq for EndpointTypeIndex
impl PartialEq for EndpointTypeIndex
Source§impl Serialize for EndpointTypeIndex
impl Serialize for EndpointTypeIndex
impl Copy for EndpointTypeIndex
impl Eq for EndpointTypeIndex
impl StructuralPartialEq for EndpointTypeIndex
Auto Trait Implementations§
impl Freeze for EndpointTypeIndex
impl RefUnwindSafe for EndpointTypeIndex
impl Send for EndpointTypeIndex
impl Sync for EndpointTypeIndex
impl Unpin for EndpointTypeIndex
impl UnwindSafe for EndpointTypeIndex
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§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.