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