Struct cardano_serialization_lib::Strings 
source · pub struct Strings(/* private fields */);Implementations§
Trait Implementations§
source§impl Ord for Strings
 
impl Ord for Strings
source§impl PartialEq for Strings
 
impl PartialEq for Strings
source§impl PartialOrd for Strings
 
impl PartialOrd 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 moresource§impl Serialize for Strings
 
impl Serialize for Strings
fn serialize<'se, W: Write>( &self, serializer: &'se mut Serializer<W> ) -> Result<&'se mut Serializer<W>>
impl Eq for Strings
impl StructuralEq for Strings
impl StructuralPartialEq for Strings
Auto Trait Implementations§
impl RefUnwindSafe for Strings
impl Send for Strings
impl Sync for Strings
impl Unpin for Strings
impl UnwindSafe for Strings
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