pub struct DescribeRepositoryAssociationRequest {
pub association_arn: String,
}Fields§
§association_arn: String The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations .
Trait Implementations§
Source§impl Clone for DescribeRepositoryAssociationRequest
impl Clone for DescribeRepositoryAssociationRequest
Source§fn clone(&self) -> DescribeRepositoryAssociationRequest
fn clone(&self) -> DescribeRepositoryAssociationRequest
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 Default for DescribeRepositoryAssociationRequest
impl Default for DescribeRepositoryAssociationRequest
Source§fn default() -> DescribeRepositoryAssociationRequest
fn default() -> DescribeRepositoryAssociationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeRepositoryAssociationRequest
impl PartialEq for DescribeRepositoryAssociationRequest
Source§fn eq(&self, other: &DescribeRepositoryAssociationRequest) -> bool
fn eq(&self, other: &DescribeRepositoryAssociationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeRepositoryAssociationRequest
Auto Trait Implementations§
impl Freeze for DescribeRepositoryAssociationRequest
impl RefUnwindSafe for DescribeRepositoryAssociationRequest
impl Send for DescribeRepositoryAssociationRequest
impl Sync for DescribeRepositoryAssociationRequest
impl Unpin for DescribeRepositoryAssociationRequest
impl UnwindSafe for DescribeRepositoryAssociationRequest
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