pub struct ArtifactPage {
pub items: Vec<ArtifactRecord>,
pub next_after: Option<ArtifactId>,
}Expand description
Stable artifact-id ordered metadata page.
Fields§
§items: Vec<ArtifactRecord>§next_after: Option<ArtifactId>Trait Implementations§
Source§impl Clone for ArtifactPage
impl Clone for ArtifactPage
Source§impl Debug for ArtifactPage
impl Debug for ArtifactPage
impl Eq for ArtifactPage
Source§impl PartialEq for ArtifactPage
impl PartialEq for ArtifactPage
impl StructuralPartialEq for ArtifactPage
Auto Trait Implementations§
impl Freeze for ArtifactPage
impl RefUnwindSafe for ArtifactPage
impl Send for ArtifactPage
impl Sync for ArtifactPage
impl Unpin for ArtifactPage
impl UnsafeUnpin for ArtifactPage
impl UnwindSafe for ArtifactPage
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