pub struct RepositoriesGetOutputFilesItemsRepositoriesItems {
pub comment: Option<String>,
pub components: Vec<String>,
pub enabled: bool,
pub filetype: FileType,
pub options: Vec<OptionsGetOutputFilesItemsRepositoriesItemsOptionsItems>,
pub suites: Vec<String>,
pub types: Vec<Types>,
pub uris: Vec<String>,
pub additional_properties: HashMap<String, Value>,
}
Fields§
§comment: Option<String>
Associated comment
components: Vec<String>
List of repository components
enabled: bool
Whether the repository is enabled or not
filetype: FileType
Format of the defining file.
options: Vec<OptionsGetOutputFilesItemsRepositoriesItemsOptionsItems>
Additional options
suites: Vec<String>
List of package distribuitions
types: Vec<Types>
List of package types.
uris: Vec<String>
List of repository URIs.
additional_properties: HashMap<String, Value>
Implementations§
Trait Implementations§
Source§impl Clone for RepositoriesGetOutputFilesItemsRepositoriesItems
impl Clone for RepositoriesGetOutputFilesItemsRepositoriesItems
Source§fn clone(&self) -> RepositoriesGetOutputFilesItemsRepositoriesItems
fn clone(&self) -> RepositoriesGetOutputFilesItemsRepositoriesItems
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<'de> Deserialize<'de> for RepositoriesGetOutputFilesItemsRepositoriesItems
impl<'de> Deserialize<'de> for RepositoriesGetOutputFilesItemsRepositoriesItems
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 RepositoriesGetOutputFilesItemsRepositoriesItems
impl RefUnwindSafe for RepositoriesGetOutputFilesItemsRepositoriesItems
impl Send for RepositoriesGetOutputFilesItemsRepositoriesItems
impl Sync for RepositoriesGetOutputFilesItemsRepositoriesItems
impl Unpin for RepositoriesGetOutputFilesItemsRepositoriesItems
impl UnwindSafe for RepositoriesGetOutputFilesItemsRepositoriesItems
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