pub struct DescribeCodeRepositoryInput {
pub code_repository_name: String,
}
Fields§
§code_repository_name: String
The name of the Git repository to describe.
Trait Implementations§
Source§impl Clone for DescribeCodeRepositoryInput
impl Clone for DescribeCodeRepositoryInput
Source§fn clone(&self) -> DescribeCodeRepositoryInput
fn clone(&self) -> DescribeCodeRepositoryInput
Returns a copy 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 DescribeCodeRepositoryInput
impl Debug for DescribeCodeRepositoryInput
Source§impl Default for DescribeCodeRepositoryInput
impl Default for DescribeCodeRepositoryInput
Source§fn default() -> DescribeCodeRepositoryInput
fn default() -> DescribeCodeRepositoryInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeCodeRepositoryInput
Auto Trait Implementations§
impl Freeze for DescribeCodeRepositoryInput
impl RefUnwindSafe for DescribeCodeRepositoryInput
impl Send for DescribeCodeRepositoryInput
impl Sync for DescribeCodeRepositoryInput
impl Unpin for DescribeCodeRepositoryInput
impl UnwindSafe for DescribeCodeRepositoryInput
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