[−][src]Struct internet2::presentation::payload::TypeId
Message type field value
Trait Implementations
impl AsMut<<TypeId as Wrapper>::Inner> for TypeId[src]
impl AsRef<<TypeId as Wrapper>::Inner> for TypeId[src]
impl Borrow<<TypeId as Wrapper>::Inner> for TypeId[src]
impl BorrowMut<<TypeId as Wrapper>::Inner> for TypeId[src]
pub fn borrow_mut(&mut self) -> &mut Self::Inner[src]
impl Clone for TypeId[src]
impl Copy for TypeId[src]
impl Debug for TypeId[src]
impl Default for TypeId[src]
impl Deref for TypeId[src]
type Target = Self::Inner
The resulting type after dereferencing.
pub fn deref(&self) -> &Self::Target[src]
impl DerefMut for TypeId[src]
impl Display for TypeId[src]
impl Encodable for TypeId[src]
impl Eq for TypeId[src]
impl EvenOdd for TypeId[src]
impl From<u64> for TypeId[src]
impl FromStr for TypeId[src]
type Err = <Self::Inner as FromStr>::Err
The associated error which can be returned from parsing.
pub fn from_str(s: &str) -> Result<Self, Self::Err>[src]
impl Hash for TypeId[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl LowerHex for TypeId[src]
impl Octal for TypeId[src]
impl Ord for TypeId[src]
pub fn cmp(&self, other: &TypeId) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<TypeId> for TypeId[src]
impl PartialOrd<TypeId> for TypeId[src]
pub fn partial_cmp(&self, other: &TypeId) -> Option<Ordering>[src]
pub fn lt(&self, other: &TypeId) -> bool[src]
pub fn le(&self, other: &TypeId) -> bool[src]
pub fn gt(&self, other: &TypeId) -> bool[src]
pub fn ge(&self, other: &TypeId) -> bool[src]
impl Strategy for TypeId[src]
impl StrictDecode for TypeId[src]
pub fn strict_decode<D: Read>(d: D) -> Result<Self, Error>[src]
pub fn strict_deserialize(data: impl AsRef<[u8]>) -> Result<Self, Error>[src]
impl StrictEncode for TypeId[src]
pub fn strict_encode<E: Write>(&self, e: E) -> Result<usize, Error>[src]
pub fn strict_serialize(&self) -> Result<Vec<u8, Global>, Error>[src]
impl StructuralEq for TypeId[src]
impl StructuralPartialEq for TypeId[src]
impl UpperHex for TypeId[src]
impl Wrapper for TypeId[src]
Auto Trait Implementations
impl RefUnwindSafe for TypeId[src]
impl Send for TypeId[src]
impl Sync for TypeId[src]
impl Unpin for TypeId[src]
impl UnwindSafe for TypeId[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToHex for T where
T: LowerHex,
T: LowerHex,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,