pub enum ManifestBytesIteratorEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManifestBytesIteratorEvent
impl RefUnwindSafe for ManifestBytesIteratorEvent
impl Send for ManifestBytesIteratorEvent
impl Sync for ManifestBytesIteratorEvent
impl Unpin for ManifestBytesIteratorEvent
impl UnwindSafe for ManifestBytesIteratorEvent
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