Struct sep2_common::packages::primitives::String192
source · pub struct String192(pub String);
Expand description
Character string of max length 192. For all string types, 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 PartialEq<String192> for String192
impl PartialEq<String192> for String192
impl Eq for String192
impl StructuralEq for String192
impl StructuralPartialEq for String192
Auto Trait Implementations§
impl RefUnwindSafe for String192
impl Send for String192
impl Sync for String192
impl Unpin for String192
impl UnwindSafe for String192
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