pub struct WireArtifactEntry {
pub id: WireArtifactId,
pub size_bytes: i64,
pub content_type: String,
}Expand description
One listed artifact. Mirror of holger_traits::ArtifactEntry.
Fields§
§id: WireArtifactId§size_bytes: i64§content_type: StringImplementations§
Trait Implementations§
Source§impl Clone for WireArtifactEntry
impl Clone for WireArtifactEntry
Source§fn clone(&self) -> WireArtifactEntry
fn clone(&self) -> WireArtifactEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WireArtifactEntry
impl Debug for WireArtifactEntry
impl Eq for WireArtifactEntry
Source§impl PartialEq for WireArtifactEntry
impl PartialEq for WireArtifactEntry
impl StructuralPartialEq for WireArtifactEntry
Auto Trait Implementations§
impl Freeze for WireArtifactEntry
impl RefUnwindSafe for WireArtifactEntry
impl Send for WireArtifactEntry
impl Sync for WireArtifactEntry
impl Unpin for WireArtifactEntry
impl UnsafeUnpin for WireArtifactEntry
impl UnwindSafe for WireArtifactEntry
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