pub struct YumRepository {
pub custom_repository: Option<GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryCustomRepository>,
pub public_repository: Option<GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository>,
}Expand description
Configuration for a Yum remote repository.
This type is not used in any activity, and only used as part of another schema.
Fields§
§custom_repository: Option<GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryCustomRepository>Customer-specified remote repository.
public_repository: Option<GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository>One of the publicly available Yum repositories supported by Artifact Registry.
Trait Implementations§
Source§impl Clone for YumRepository
impl Clone for YumRepository
Source§fn clone(&self) -> YumRepository
fn clone(&self) -> YumRepository
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 YumRepository
impl Debug for YumRepository
Source§impl Default for YumRepository
impl Default for YumRepository
Source§fn default() -> YumRepository
fn default() -> YumRepository
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for YumRepository
impl<'de> Deserialize<'de> for YumRepository
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
Source§impl Serialize for YumRepository
impl Serialize for YumRepository
impl Part for YumRepository
Auto Trait Implementations§
impl Freeze for YumRepository
impl RefUnwindSafe for YumRepository
impl Send for YumRepository
impl Sync for YumRepository
impl Unpin for YumRepository
impl UnwindSafe for YumRepository
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