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