Type Alias precompile_utils::solidity::codec::bytes::BoundedString
source · pub type BoundedString<S> = BoundedBytesString<StringKind, S>;
Aliased Type§
struct BoundedString<S> { /* private fields */ }
Implementations
Trait Implementations
impl<K, S> StructuralPartialEq for BoundedBytesString<K, S>
source§impl<K: Kind, S: Get<u32>> Clone for BoundedBytesString<K, S>
impl<K: Kind, S: Get<u32>> Clone for BoundedBytesString<K, S>
source§impl<K, S> From<&str> for BoundedBytesString<K, S>
impl<K, S> From<&str> for BoundedBytesString<K, S>
source§impl<K, S> From<String> for BoundedBytesString<K, S>
impl<K, S> From<String> for BoundedBytesString<K, S>
source§impl<K: PartialEq, S: PartialEq> PartialEq for BoundedBytesString<K, S>
impl<K: PartialEq, S: PartialEq> PartialEq for BoundedBytesString<K, S>
source§fn eq(&self, other: &BoundedBytesString<K, S>) -> bool
fn eq(&self, other: &BoundedBytesString<K, S>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.