pub struct FilesGetOutputFilesItems {
pub digest: Vec<u64>,
pub file_type: FileType,
pub path: String,
pub repositories: Vec<RepositoriesGetOutputFilesItemsRepositoriesItems>,
pub additional_properties: HashMap<String, Value>,
}Fields§
§digest: Vec<u64>Digest of the file as bytes.
file_type: FileTypeFormat of the file.
path: StringPath to the problematic file.
repositories: Vec<RepositoriesGetOutputFilesItemsRepositoriesItems>The parsed repositories.
additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for FilesGetOutputFilesItems
impl Clone for FilesGetOutputFilesItems
Source§fn clone(&self) -> FilesGetOutputFilesItems
fn clone(&self) -> FilesGetOutputFilesItems
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 FilesGetOutputFilesItems
impl Debug for FilesGetOutputFilesItems
Source§impl<'de> Deserialize<'de> for FilesGetOutputFilesItems
impl<'de> Deserialize<'de> for FilesGetOutputFilesItems
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
Auto Trait Implementations§
impl Freeze for FilesGetOutputFilesItems
impl RefUnwindSafe for FilesGetOutputFilesItems
impl Send for FilesGetOutputFilesItems
impl Sync for FilesGetOutputFilesItems
impl Unpin for FilesGetOutputFilesItems
impl UnwindSafe for FilesGetOutputFilesItems
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