pub struct BaseArtifactService {
pub request: Value,
}Expand description
Interface for artifact services.
Fields§
§request: ValueGets metadata for a specific artifact version.
Trait Implementations§
Source§impl Clone for BaseArtifactService
impl Clone for BaseArtifactService
Source§fn clone(&self) -> BaseArtifactService
fn clone(&self) -> BaseArtifactService
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 BaseArtifactService
impl Debug for BaseArtifactService
Source§impl Default for BaseArtifactService
impl Default for BaseArtifactService
Source§fn default() -> BaseArtifactService
fn default() -> BaseArtifactService
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BaseArtifactService
impl RefUnwindSafe for BaseArtifactService
impl Send for BaseArtifactService
impl Sync for BaseArtifactService
impl Unpin for BaseArtifactService
impl UnwindSafe for BaseArtifactService
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