pub struct ResourcePropertyAddress {
pub resource_address: ResourceAddress,
pub category: ResourcePropertyCategory,
pub aspect: Option<SkewerCase>,
pub meta_key: Option<String>,
}Fields§
§resource_address: ResourceAddress§category: ResourcePropertyCategory§aspect: Option<SkewerCase>§meta_key: Option<String>Trait Implementations§
Source§impl Clone for ResourcePropertyAddress
impl Clone for ResourcePropertyAddress
Source§fn clone(&self) -> ResourcePropertyAddress
fn clone(&self) -> ResourcePropertyAddress
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 ResourcePropertyAddress
impl Debug for ResourcePropertyAddress
Source§impl<'de> Deserialize<'de> for ResourcePropertyAddress
impl<'de> Deserialize<'de> for ResourcePropertyAddress
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 ResourcePropertyAddress
impl Hash for ResourcePropertyAddress
Source§impl PartialEq for ResourcePropertyAddress
impl PartialEq for ResourcePropertyAddress
Source§impl Serialize for ResourcePropertyAddress
impl Serialize for ResourcePropertyAddress
Source§impl ToString for ResourcePropertyAddress
impl ToString for ResourcePropertyAddress
impl Eq for ResourcePropertyAddress
impl StructuralPartialEq for ResourcePropertyAddress
Auto Trait Implementations§
impl Freeze for ResourcePropertyAddress
impl RefUnwindSafe for ResourcePropertyAddress
impl Send for ResourcePropertyAddress
impl Sync for ResourcePropertyAddress
impl Unpin for ResourcePropertyAddress
impl UnwindSafe for ResourcePropertyAddress
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