pub struct FunctionCodeS3BucketRefFrom {
pub name: Option<String>,
pub namespace: Option<String>,
}Expand description
AWSResourceReference provides all the values necessary to reference another k8s resource for finding the identifier(Id/ARN/Name)
Fields§
§name: Option<String>§namespace: Option<String>Trait Implementations§
Source§impl Clone for FunctionCodeS3BucketRefFrom
impl Clone for FunctionCodeS3BucketRefFrom
Source§fn clone(&self) -> FunctionCodeS3BucketRefFrom
fn clone(&self) -> FunctionCodeS3BucketRefFrom
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FunctionCodeS3BucketRefFrom
impl Debug for FunctionCodeS3BucketRefFrom
Source§impl Default for FunctionCodeS3BucketRefFrom
impl Default for FunctionCodeS3BucketRefFrom
Source§fn default() -> FunctionCodeS3BucketRefFrom
fn default() -> FunctionCodeS3BucketRefFrom
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FunctionCodeS3BucketRefFrom
impl<'de> Deserialize<'de> for FunctionCodeS3BucketRefFrom
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 StructuralPartialEq for FunctionCodeS3BucketRefFrom
Auto Trait Implementations§
impl Freeze for FunctionCodeS3BucketRefFrom
impl RefUnwindSafe for FunctionCodeS3BucketRefFrom
impl Send for FunctionCodeS3BucketRefFrom
impl Sync for FunctionCodeS3BucketRefFrom
impl Unpin for FunctionCodeS3BucketRefFrom
impl UnsafeUnpin for FunctionCodeS3BucketRefFrom
impl UnwindSafe for FunctionCodeS3BucketRefFrom
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