#[repr(C)]pub struct AqcUniChannelId(/* private fields */);Expand description
An AQC uni channel ID.
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for AqcUniChannelId
impl AsRef<[u8]> for AqcUniChannelId
Source§impl Clone for AqcUniChannelId
impl Clone for AqcUniChannelId
Source§fn clone(&self) -> AqcUniChannelId
fn clone(&self) -> AqcUniChannelId
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 ConstantTimeEq for AqcUniChannelId
impl ConstantTimeEq for AqcUniChannelId
Source§impl Debug for AqcUniChannelId
impl Debug for AqcUniChannelId
Source§impl Default for AqcUniChannelId
impl Default for AqcUniChannelId
Source§fn default() -> AqcUniChannelId
fn default() -> AqcUniChannelId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AqcUniChannelId
impl<'de> Deserialize<'de> for AqcUniChannelId
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 AqcUniChannelId
impl Display for AqcUniChannelId
Source§impl From<AqcUniChannelId> for [u8; 32]
impl From<AqcUniChannelId> for [u8; 32]
Source§fn from(id: AqcUniChannelId) -> Self
fn from(id: AqcUniChannelId) -> Self
Converts to this type from the input type.
Source§impl From<AqcUniChannelId> for Id
impl From<AqcUniChannelId> for Id
Source§fn from(id: AqcUniChannelId) -> Self
fn from(id: AqcUniChannelId) -> 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 AqcUniChannelId
impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for AqcUniChannelId
Source§impl From<Id> for AqcUniChannelId
impl From<Id> for AqcUniChannelId
Source§impl FromStr for AqcUniChannelId
impl FromStr for AqcUniChannelId
Source§impl Hash for AqcUniChannelId
impl Hash for AqcUniChannelId
Source§impl MaxSize for AqcUniChannelId
impl MaxSize for AqcUniChannelId
Source§const POSTCARD_MAX_SIZE: usize = 32usize
const POSTCARD_MAX_SIZE: usize = 32usize
The maximum possible size that the serialization of this
type can have, in bytes.
Source§impl Ord for AqcUniChannelId
impl Ord for AqcUniChannelId
Source§fn cmp(&self, other: &AqcUniChannelId) -> Ordering
fn cmp(&self, other: &AqcUniChannelId) -> 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 AqcUniChannelId
impl PartialEq for AqcUniChannelId
Source§impl PartialOrd for AqcUniChannelId
impl PartialOrd for AqcUniChannelId
Source§impl Serialize for AqcUniChannelId
impl Serialize for AqcUniChannelId
Source§impl ToBase58 for AqcUniChannelId
impl ToBase58 for AqcUniChannelId
impl Copy for AqcUniChannelId
impl Eq for AqcUniChannelId
impl StructuralPartialEq for AqcUniChannelId
Auto Trait Implementations§
impl Freeze for AqcUniChannelId
impl RefUnwindSafe for AqcUniChannelId
impl Send for AqcUniChannelId
impl Sync for AqcUniChannelId
impl Unpin for AqcUniChannelId
impl UnwindSafe for AqcUniChannelId
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