pub struct ZipReadDirPoller { /* private fields */ }
Trait Implementations§
Source§impl<T> ReadDirPoller<ZipFS<T>> for ZipReadDirPoller
impl<T> ReadDirPoller<ZipFS<T>> for ZipReadDirPoller
Auto Trait Implementations§
impl Freeze for ZipReadDirPoller
impl RefUnwindSafe for ZipReadDirPoller
impl Send for ZipReadDirPoller
impl Sync for ZipReadDirPoller
impl Unpin for ZipReadDirPoller
impl UnwindSafe for ZipReadDirPoller
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