pub struct Utf8Stats {
pub bytes: usize,
pub chars: usize,
pub is_ascii: bool,
}Fields§
§bytes: usize§chars: usize§is_ascii: boolTrait Implementations§
impl Copy for Utf8Stats
impl Eq for Utf8Stats
impl StructuralPartialEq for Utf8Stats
Auto Trait Implementations§
impl Freeze for Utf8Stats
impl RefUnwindSafe for Utf8Stats
impl Send for Utf8Stats
impl Sync for Utf8Stats
impl Unpin for Utf8Stats
impl UnsafeUnpin for Utf8Stats
impl UnwindSafe for Utf8Stats
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