pub struct StateLocationAws {
pub region: AwsRegion,
pub status: StateLocationStatus,
pub volumes: Vec<VolumeLocation>,
pub private_link_service: Option<PrivateLinkServiceAws>,
}
Fields§
§region: AwsRegion
§status: StateLocationStatus
§volumes: Vec<VolumeLocation>
§private_link_service: Option<PrivateLinkServiceAws>
Trait Implementations§
Source§impl Clone for StateLocationAws
impl Clone for StateLocationAws
Source§fn clone(&self) -> StateLocationAws
fn clone(&self) -> StateLocationAws
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 StateLocationAws
impl Debug for StateLocationAws
Source§impl<'de> Deserialize<'de> for StateLocationAws
impl<'de> Deserialize<'de> for StateLocationAws
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 Hash for StateLocationAws
impl Hash for StateLocationAws
Source§impl PartialEq for StateLocationAws
impl PartialEq for StateLocationAws
Source§impl Serialize for StateLocationAws
impl Serialize for StateLocationAws
impl Eq for StateLocationAws
impl StructuralPartialEq for StateLocationAws
Auto Trait Implementations§
impl Freeze for StateLocationAws
impl RefUnwindSafe for StateLocationAws
impl Send for StateLocationAws
impl Sync for StateLocationAws
impl Unpin for StateLocationAws
impl UnwindSafe for StateLocationAws
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