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