#[repr(C)]pub struct AqcBidiChannelId(/* private fields */);Expand description
An AQC bidi channel ID.
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for AqcBidiChannelId
impl AsRef<[u8]> for AqcBidiChannelId
Source§impl Clone for AqcBidiChannelId
impl Clone for AqcBidiChannelId
Source§fn clone(&self) -> AqcBidiChannelId
fn clone(&self) -> AqcBidiChannelId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConstantTimeEq for AqcBidiChannelId
impl ConstantTimeEq for AqcBidiChannelId
Source§impl Debug for AqcBidiChannelId
impl Debug for AqcBidiChannelId
Source§impl Default for AqcBidiChannelId
impl Default for AqcBidiChannelId
Source§fn default() -> AqcBidiChannelId
fn default() -> AqcBidiChannelId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AqcBidiChannelId
impl<'de> Deserialize<'de> for AqcBidiChannelId
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 Display for AqcBidiChannelId
impl Display for AqcBidiChannelId
Source§impl From<AqcBidiChannelId> for [u8; 32]
impl From<AqcBidiChannelId> for [u8; 32]
Source§fn from(id: AqcBidiChannelId) -> Self
fn from(id: AqcBidiChannelId) -> Self
Converts to this type from the input type.
Source§impl From<AqcBidiChannelId> for Id
impl From<AqcBidiChannelId> for Id
Source§fn from(id: AqcBidiChannelId) -> Self
fn from(id: AqcBidiChannelId) -> Self
Converts to this type from the input type.
Source§impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for AqcBidiChannelId
impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for AqcBidiChannelId
Source§impl From<Id> for AqcBidiChannelId
impl From<Id> for AqcBidiChannelId
Source§impl FromStr for AqcBidiChannelId
impl FromStr for AqcBidiChannelId
Source§impl Hash for AqcBidiChannelId
impl Hash for AqcBidiChannelId
Source§impl Ord for AqcBidiChannelId
impl Ord for AqcBidiChannelId
Source§fn cmp(&self, other: &AqcBidiChannelId) -> Ordering
fn cmp(&self, other: &AqcBidiChannelId) -> Ordering
1.21.0 · 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 AqcBidiChannelId
impl PartialEq for AqcBidiChannelId
Source§impl PartialOrd for AqcBidiChannelId
impl PartialOrd for AqcBidiChannelId
Source§impl Serialize for AqcBidiChannelId
impl Serialize for AqcBidiChannelId
Source§impl ToBase58 for AqcBidiChannelId
impl ToBase58 for AqcBidiChannelId
impl Copy for AqcBidiChannelId
impl Eq for AqcBidiChannelId
impl StructuralPartialEq for AqcBidiChannelId
Auto Trait Implementations§
impl Freeze for AqcBidiChannelId
impl RefUnwindSafe for AqcBidiChannelId
impl Send for AqcBidiChannelId
impl Sync for AqcBidiChannelId
impl Unpin for AqcBidiChannelId
impl UnwindSafe for AqcBidiChannelId
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> Comparable<K> for Q
impl<Q, K> Comparable<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.