Struct avalanche_ops::aws::spec::RegionMachineId
source · pub struct RegionMachineId {
pub region: String,
pub machine_id: String,
}Fields§
§region: String§machine_id: StringTrait Implementations§
source§impl Clone for RegionMachineId
impl Clone for RegionMachineId
source§fn clone(&self) -> RegionMachineId
fn clone(&self) -> RegionMachineId
Returns a copy 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 RegionMachineId
impl Debug for RegionMachineId
source§impl<'de> Deserialize<'de> for RegionMachineId
impl<'de> Deserialize<'de> for RegionMachineId
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 PartialEq<RegionMachineId> for RegionMachineId
impl PartialEq<RegionMachineId> for RegionMachineId
source§fn eq(&self, other: &RegionMachineId) -> bool
fn eq(&self, other: &RegionMachineId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RegionMachineId
impl Serialize for RegionMachineId
impl Eq for RegionMachineId
impl StructuralEq for RegionMachineId
impl StructuralPartialEq for RegionMachineId
Auto Trait Implementations§
impl RefUnwindSafe for RegionMachineId
impl Send for RegionMachineId
impl Sync for RegionMachineId
impl Unpin for RegionMachineId
impl UnwindSafe for RegionMachineId
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.