#[repr(C)]pub struct LabelId(/* private fields */);Expand description
An AQC label ID.
Implementations§
Trait Implementations§
Source§impl ConstantTimeEq for LabelId
impl ConstantTimeEq for LabelId
Source§impl<'de> Deserialize<'de> for LabelId
impl<'de> Deserialize<'de> for LabelId
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<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for LabelId
impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for LabelId
Source§impl MaxSize for LabelId
impl MaxSize for LabelId
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 LabelId
impl Ord for LabelId
Source§impl PartialOrd for LabelId
impl PartialOrd for LabelId
impl Copy for LabelId
impl Eq for LabelId
impl StructuralPartialEq for LabelId
Auto Trait Implementations§
impl Freeze for LabelId
impl RefUnwindSafe for LabelId
impl Send for LabelId
impl Sync for LabelId
impl Unpin for LabelId
impl UnwindSafe for LabelId
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