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