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