pub struct BlockID { /* private fields */ }
Expand description
Unique ID for each block.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BlockID
impl<'de> Deserialize<'de> for BlockID
Source§fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for BlockID
impl Ord for BlockID
Source§impl PartialOrd for BlockID
impl PartialOrd for BlockID
Source§impl Serialize for BlockID
impl Serialize for BlockID
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for BlockID
impl Eq for BlockID
impl StructuralPartialEq for BlockID
Auto Trait Implementations§
impl Freeze for BlockID
impl RefUnwindSafe for BlockID
impl Send for BlockID
impl Sync for BlockID
impl Unpin for BlockID
impl UnwindSafe for BlockID
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