pub struct TfvcArtifactDownloadInput {
pub artifact_download_input_base: ArtifactDownloadInputBase,
}Fields§
§artifact_download_input_base: ArtifactDownloadInputBaseImplementations§
Trait Implementations§
Source§impl Clone for TfvcArtifactDownloadInput
impl Clone for TfvcArtifactDownloadInput
Source§fn clone(&self) -> TfvcArtifactDownloadInput
fn clone(&self) -> TfvcArtifactDownloadInput
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 TfvcArtifactDownloadInput
impl Debug for TfvcArtifactDownloadInput
Source§impl Default for TfvcArtifactDownloadInput
impl Default for TfvcArtifactDownloadInput
Source§fn default() -> TfvcArtifactDownloadInput
fn default() -> TfvcArtifactDownloadInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TfvcArtifactDownloadInput
impl<'de> Deserialize<'de> for TfvcArtifactDownloadInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for TfvcArtifactDownloadInput
Auto Trait Implementations§
impl Freeze for TfvcArtifactDownloadInput
impl RefUnwindSafe for TfvcArtifactDownloadInput
impl Send for TfvcArtifactDownloadInput
impl Sync for TfvcArtifactDownloadInput
impl Unpin for TfvcArtifactDownloadInput
impl UnwindSafe for TfvcArtifactDownloadInput
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