pub struct StoredVpcOrigin {
pub id: String,
pub arn: String,
pub status: String,
pub etag: String,
pub created_time: DateTime<Utc>,
pub last_modified_time: DateTime<Utc>,
pub config: VpcOriginEndpointConfig,
}Fields§
§id: String§arn: String§status: String§etag: String§created_time: DateTime<Utc>§last_modified_time: DateTime<Utc>§config: VpcOriginEndpointConfigTrait Implementations§
Source§impl Clone for StoredVpcOrigin
impl Clone for StoredVpcOrigin
Source§fn clone(&self) -> StoredVpcOrigin
fn clone(&self) -> StoredVpcOrigin
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 StoredVpcOrigin
impl Debug for StoredVpcOrigin
Source§impl<'de> Deserialize<'de> for StoredVpcOrigin
impl<'de> Deserialize<'de> for StoredVpcOrigin
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
Auto Trait Implementations§
impl Freeze for StoredVpcOrigin
impl RefUnwindSafe for StoredVpcOrigin
impl Send for StoredVpcOrigin
impl Sync for StoredVpcOrigin
impl Unpin for StoredVpcOrigin
impl UnsafeUnpin for StoredVpcOrigin
impl UnwindSafe for StoredVpcOrigin
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