pub struct CodeId(pub [u8; 32]);Expand description
Code identifier.
Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
source§impl Ord for CodeId
impl Ord for CodeId
source§impl PartialEq for CodeId
impl PartialEq for CodeId
source§impl PartialOrd for CodeId
impl PartialOrd for CodeId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for CodeId
impl Eq for CodeId
impl StructuralPartialEq for CodeId
Auto Trait Implementations§
impl Freeze for CodeId
impl RefUnwindSafe for CodeId
impl Send for CodeId
impl Sync for CodeId
impl Unpin for CodeId
impl UnwindSafe for CodeId
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