pub struct GoogleCloudRunV2BuildInfo {
pub function_target: Option<String>,
pub source_location: Option<String>,
}Expand description
Build information of the image.
This type is not used in any activity, and only used as part of another schema.
Fields§
§function_target: Option<String>Output only. Entry point of the function when the image is a Cloud Run function.
source_location: Option<String>Output only. Source code location of the image.
Trait Implementations§
Source§impl Clone for GoogleCloudRunV2BuildInfo
impl Clone for GoogleCloudRunV2BuildInfo
Source§fn clone(&self) -> GoogleCloudRunV2BuildInfo
fn clone(&self) -> GoogleCloudRunV2BuildInfo
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 GoogleCloudRunV2BuildInfo
impl Debug for GoogleCloudRunV2BuildInfo
Source§impl Default for GoogleCloudRunV2BuildInfo
impl Default for GoogleCloudRunV2BuildInfo
Source§fn default() -> GoogleCloudRunV2BuildInfo
fn default() -> GoogleCloudRunV2BuildInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRunV2BuildInfo
impl<'de> Deserialize<'de> for GoogleCloudRunV2BuildInfo
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
impl Part for GoogleCloudRunV2BuildInfo
Auto Trait Implementations§
impl Freeze for GoogleCloudRunV2BuildInfo
impl RefUnwindSafe for GoogleCloudRunV2BuildInfo
impl Send for GoogleCloudRunV2BuildInfo
impl Sync for GoogleCloudRunV2BuildInfo
impl Unpin for GoogleCloudRunV2BuildInfo
impl UnwindSafe for GoogleCloudRunV2BuildInfo
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