Struct sep2_common::packages::primitives::String42
source · pub struct String42(pub String);
Expand description
Character string of max length 42. In order to limit internal storage, implementations SHALL reduce the length of strings using multi-byte characters so that the string may be stored using “maxLength” octets in the given encoding.
Tuple Fields§
§0: String
Trait Implementations§
source§impl Ord for String42
impl Ord for String42
source§impl PartialEq<String42> for String42
impl PartialEq<String42> for String42
source§impl PartialOrd<String42> for String42
impl PartialOrd<String42> for String42
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 moreimpl Eq for String42
impl StructuralEq for String42
impl StructuralPartialEq for String42
Auto Trait Implementations§
impl RefUnwindSafe for String42
impl Send for String42
impl Sync for String42
impl Unpin for String42
impl UnwindSafe for String42
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