pub struct Utf8Entry<'a> { /* private fields */ }
Expand description
An entry in a UTF-8 archive, returned by Reader::list
Implementations§
Trait Implementations§
impl<'a> Eq for Utf8Entry<'a>
impl<'a> StructuralPartialEq for Utf8Entry<'a>
Auto Trait Implementations§
impl<'a> Freeze for Utf8Entry<'a>
impl<'a> RefUnwindSafe for Utf8Entry<'a>
impl<'a> Send for Utf8Entry<'a>
impl<'a> Sync for Utf8Entry<'a>
impl<'a> Unpin for Utf8Entry<'a>
impl<'a> UnwindSafe for Utf8Entry<'a>
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