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