Struct cardano_serialization_lib::plutus::Strings
source · pub struct Strings(_);
Implementations§
Trait Implementations§
source§impl Deserialize for Strings
impl Deserialize for Strings
fn deserialize<R: BufRead + Seek>(
raw: &mut Deserializer<R>
) -> Result<Self, DeserializeError>
source§impl Ord for Strings
impl Ord for Strings
source§impl PartialEq<Strings> for Strings
impl PartialEq<Strings> for Strings
source§impl PartialOrd<Strings> for Strings
impl PartialOrd<Strings> for Strings
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 more