pub struct Hrn {
pub partition: String,
pub service: String,
pub region: String,
pub tenant_id: String,
pub resource_type: String,
pub resource_id: String,
}Fields§
§partition: String§service: String§region: String§tenant_id: String§resource_type: String§resource_id: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Hrn
impl<'de> Deserialize<'de> for Hrn
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
impl Eq for Hrn
impl StructuralPartialEq for Hrn
Auto Trait Implementations§
impl Freeze for Hrn
impl RefUnwindSafe for Hrn
impl Send for Hrn
impl Sync for Hrn
impl Unpin for Hrn
impl UnwindSafe for Hrn
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