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