pub struct StateLocations {
pub aws: Vec<StateLocationAws>,
pub azure: Vec<StateLocationAzure>,
}
Fields§
§aws: Vec<StateLocationAws>
§azure: Vec<StateLocationAzure>
Implementations§
Trait Implementations§
Source§impl Clone for StateLocations
impl Clone for StateLocations
Source§fn clone(&self) -> StateLocations
fn clone(&self) -> StateLocations
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 StateLocations
impl Debug for StateLocations
Source§impl Default for StateLocations
impl Default for StateLocations
Source§fn default() -> StateLocations
fn default() -> StateLocations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StateLocations
impl<'de> Deserialize<'de> for StateLocations
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 StateLocations
impl Hash for StateLocations
Source§impl PartialEq for StateLocations
impl PartialEq for StateLocations
Source§impl Serialize for StateLocations
impl Serialize for StateLocations
impl Eq for StateLocations
impl StructuralPartialEq for StateLocations
Auto Trait Implementations§
impl Freeze for StateLocations
impl RefUnwindSafe for StateLocations
impl Send for StateLocations
impl Sync for StateLocations
impl Unpin for StateLocations
impl UnwindSafe for StateLocations
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