pub struct Utf8<'a, const MAX: usize = 32767>(pub &'a str);Tuple Fields§
§0: &'a strTrait Implementations§
impl<'a, const MAX: usize> Copy for Utf8<'a, MAX>
impl<'a, const MAX: usize> Eq for Utf8<'a, MAX>
impl<'a, const MAX: usize> StructuralPartialEq for Utf8<'a, MAX>
Auto Trait Implementations§
impl<'a, const MAX: usize> Freeze for Utf8<'a, MAX>
impl<'a, const MAX: usize> RefUnwindSafe for Utf8<'a, MAX>
impl<'a, const MAX: usize> Send for Utf8<'a, MAX>
impl<'a, const MAX: usize> Sync for Utf8<'a, MAX>
impl<'a, const MAX: usize> Unpin for Utf8<'a, MAX>
impl<'a, const MAX: usize> UnsafeUnpin for Utf8<'a, MAX>
impl<'a, const MAX: usize> UnwindSafe for Utf8<'a, MAX>
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