pub struct WorkerManifestDocQuery {
pub limit: Option<usize>,
}Fields§
§limit: Option<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkerManifestDocQuery
impl RefUnwindSafe for WorkerManifestDocQuery
impl Send for WorkerManifestDocQuery
impl Sync for WorkerManifestDocQuery
impl Unpin for WorkerManifestDocQuery
impl UnsafeUnpin for WorkerManifestDocQuery
impl UnwindSafe for WorkerManifestDocQuery
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