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