pub struct DeleteReposDeleteFile {
pub message: Option<String>,
pub sha: Option<String>,
pub branch: Option<String>,
pub committer: Option<ReposownerrepocontentspathCommitter1>,
pub author: Option<ReposownerrepocontentspathAuthor1>,
}Fields§
§message: Option<String>The commit message.
sha: Option<String>The blob SHA of the file being deleted.
branch: Option<String>The branch name. Default: the repository’s default branch
committer: Option<ReposownerrepocontentspathCommitter1>Trait Implementations§
Source§impl Clone for DeleteReposDeleteFile
impl Clone for DeleteReposDeleteFile
Source§fn clone(&self) -> DeleteReposDeleteFile
fn clone(&self) -> DeleteReposDeleteFile
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 DeleteReposDeleteFile
impl Debug for DeleteReposDeleteFile
Source§impl Default for DeleteReposDeleteFile
impl Default for DeleteReposDeleteFile
Source§fn default() -> DeleteReposDeleteFile
fn default() -> DeleteReposDeleteFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteReposDeleteFile
impl<'de> Deserialize<'de> for DeleteReposDeleteFile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteReposDeleteFile
impl PartialEq for DeleteReposDeleteFile
Source§impl Serialize for DeleteReposDeleteFile
impl Serialize for DeleteReposDeleteFile
impl StructuralPartialEq for DeleteReposDeleteFile
Auto Trait Implementations§
impl Freeze for DeleteReposDeleteFile
impl RefUnwindSafe for DeleteReposDeleteFile
impl Send for DeleteReposDeleteFile
impl Sync for DeleteReposDeleteFile
impl Unpin for DeleteReposDeleteFile
impl UnwindSafe for DeleteReposDeleteFile
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