[−][src]Struct ckb_fixed_hash::H520
Implementations
impl H520
[src]
pub fn as_bytes(&self) -> &[u8]
[src]
pub fn from_slice(input: &[u8]) -> Result<H520, FromSliceError>
[src]
impl H520
[src]
pub fn from_trimmed_str(input: &str) -> Result<H520, FromStrError>
[src]
Trait Implementations
impl AsMut<[u8]> for H520
[src]
impl AsRef<[u8]> for H520
[src]
impl Clone for H520
[src]
impl Debug for H520
[src]
impl Default for H520
[src]
impl<'de> Deserialize<'de> for H520
[src]
fn deserialize<D>(
deserializer: D
) -> Result<H520, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
[src]
deserializer: D
) -> Result<H520, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
impl Display for H520
[src]
impl Eq for H520
[src]
impl From<[u8; 65]> for H520
[src]
impl FromStr for H520
[src]
type Err = FromStrError
The associated error which can be returned from parsing.
fn from_str(input: &str) -> Result<H520, <H520 as FromStr>::Err>
[src]
impl Hash for H520
[src]
fn hash<H>(&self, state: &mut H) where
H: Hasher,
[src]
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl LowerHex for H520
[src]
impl Ord for H520
[src]
fn cmp(&self, other: &H520) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<H520> for H520
[src]
impl PartialOrd<H520> for H520
[src]
fn partial_cmp(&self, other: &H520) -> Option<Ordering>
[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl Serialize for H520
[src]
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
[src]
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for H520
impl Send for H520
impl Sync for H520
impl Unpin for H520
impl UnwindSafe for H520
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,