Struct gitlab::api::projects::repository::files::DeleteFile
source · pub struct DeleteFile<'a> { /* private fields */ }
Expand description
Create a new file in a project.
Implementations§
source§impl<'a> DeleteFile<'a>
impl<'a> DeleteFile<'a>
sourcepub fn builder() -> DeleteFileBuilder<'a>
pub fn builder() -> DeleteFileBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Clone for DeleteFile<'a>
impl<'a> Clone for DeleteFile<'a>
source§fn clone(&self) -> DeleteFile<'a>
fn clone(&self) -> DeleteFile<'a>
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 more