#[repr(C)]pub struct aws_resource_name {
pub partition: aws_byte_cursor,
pub service: aws_byte_cursor,
pub region: aws_byte_cursor,
pub account_id: aws_byte_cursor,
pub resource_id: aws_byte_cursor,
}Fields
partition: aws_byte_cursorservice: aws_byte_cursorregion: aws_byte_cursoraccount_id: aws_byte_cursorresource_id: aws_byte_cursorTrait Implementations
sourceimpl Clone for aws_resource_name
impl Clone for aws_resource_name
sourcefn clone(&self) -> aws_resource_name
fn clone(&self) -> aws_resource_name
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for aws_resource_name
impl Debug for aws_resource_name
sourceimpl Default for aws_resource_name
impl Default for aws_resource_name
sourceimpl PartialEq<aws_resource_name> for aws_resource_name
impl PartialEq<aws_resource_name> for aws_resource_name
sourcefn eq(&self, other: &aws_resource_name) -> bool
fn eq(&self, other: &aws_resource_name) -> bool
impl Copy for aws_resource_name
impl Eq for aws_resource_name
impl StructuralEq for aws_resource_name
impl StructuralPartialEq for aws_resource_name
Auto Trait Implementations
impl RefUnwindSafe for aws_resource_name
impl !Send for aws_resource_name
impl !Sync for aws_resource_name
impl Unpin for aws_resource_name
impl UnwindSafe for aws_resource_name
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more