pub struct Utf8String(/* private fields */);
Expand description
null 終端の UTF-8 文字列
Implementations§
Source§impl Utf8String
impl Utf8String
Trait Implementations§
Source§impl Clone for Utf8String
impl Clone for Utf8String
Source§fn clone(&self) -> Utf8String
fn clone(&self) -> Utf8String
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Utf8String
impl Debug for Utf8String
Source§impl Decode for Utf8String
impl Decode for Utf8String
Source§impl Encode for Utf8String
impl Encode for Utf8String
Source§impl Hash for Utf8String
impl Hash for Utf8String
Source§impl Ord for Utf8String
impl Ord for Utf8String
Source§fn cmp(&self, other: &Utf8String) -> Ordering
fn cmp(&self, other: &Utf8String) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Utf8String
impl PartialEq for Utf8String
Source§impl PartialOrd for Utf8String
impl PartialOrd for Utf8String
impl Eq for Utf8String
impl StructuralPartialEq for Utf8String
Auto Trait Implementations§
impl Freeze for Utf8String
impl RefUnwindSafe for Utf8String
impl Send for Utf8String
impl Sync for Utf8String
impl Unpin for Utf8String
impl UnwindSafe for Utf8String
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