pub struct DeleteRepositoryInput {
pub repository_name: String,
}Expand description
Represents the input of a delete repository operation.
Fields§
§repository_name: StringThe name of the repository to delete.
Trait Implementations§
Source§impl Clone for DeleteRepositoryInput
impl Clone for DeleteRepositoryInput
Source§fn clone(&self) -> DeleteRepositoryInput
fn clone(&self) -> DeleteRepositoryInput
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 Debug for DeleteRepositoryInput
impl Debug for DeleteRepositoryInput
Source§impl Default for DeleteRepositoryInput
impl Default for DeleteRepositoryInput
Source§fn default() -> DeleteRepositoryInput
fn default() -> DeleteRepositoryInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteRepositoryInput
impl PartialEq for DeleteRepositoryInput
Source§impl Serialize for DeleteRepositoryInput
impl Serialize for DeleteRepositoryInput
impl StructuralPartialEq for DeleteRepositoryInput
Auto Trait Implementations§
impl Freeze for DeleteRepositoryInput
impl RefUnwindSafe for DeleteRepositoryInput
impl Send for DeleteRepositoryInput
impl Sync for DeleteRepositoryInput
impl Unpin for DeleteRepositoryInput
impl UnwindSafe for DeleteRepositoryInput
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