Type Alias precompile_utils::solidity::codec::bytes::UnboundedString
source · pub type UnboundedString = BoundedBytesString<StringKind, ConstU32<{ u32::MAX }>>;
Aliased Type§
struct UnboundedString { /* 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 ==
.