pub struct ArtifactFileSpecRequest {
pub rel_path: String,
pub size_bytes: u64,
pub checksum: String,
}Fields§
§rel_path: String§size_bytes: u64§checksum: StringTrait Implementations§
Source§impl Clone for ArtifactFileSpecRequest
impl Clone for ArtifactFileSpecRequest
Source§fn clone(&self) -> ArtifactFileSpecRequest
fn clone(&self) -> ArtifactFileSpecRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 ArtifactFileSpecRequest
impl Debug for ArtifactFileSpecRequest
Auto Trait Implementations§
impl Freeze for ArtifactFileSpecRequest
impl RefUnwindSafe for ArtifactFileSpecRequest
impl Send for ArtifactFileSpecRequest
impl Sync for ArtifactFileSpecRequest
impl Unpin for ArtifactFileSpecRequest
impl UnwindSafe for ArtifactFileSpecRequest
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