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