pub struct ZipString(/* private fields */);
Expand description
Textual data from a Zip archive
Implementations§
Trait Implementations§
Source§impl Ord for ZipString
impl Ord for ZipString
Source§impl PartialOrd for ZipString
impl PartialOrd for ZipString
impl Eq for ZipString
impl StructuralPartialEq for ZipString
Auto Trait Implementations§
impl Freeze for ZipString
impl RefUnwindSafe for ZipString
impl Send for ZipString
impl Sync for ZipString
impl Unpin for ZipString
impl UnwindSafe for ZipString
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