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