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