Struct sep2_common::packages::primitives::String20
source · pub struct String20(pub String);
Expand description
Character string of max length 20. 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 String20
impl Ord for String20
source§impl PartialEq<String20> for String20
impl PartialEq<String20> for String20
source§impl PartialOrd<String20> for String20
impl PartialOrd<String20> for String20
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 String20
impl StructuralEq for String20
impl StructuralPartialEq for String20
Auto Trait Implementations§
impl RefUnwindSafe for String20
impl Send for String20
impl Sync for String20
impl Unpin for String20
impl UnwindSafe for String20
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