pub struct GithubTagCommit {
pub sha: String,
}Expand description
The commit object nested in a GithubTag.
Fields§
§sha: StringTrait Implementations§
Source§impl Debug for GithubTagCommit
impl Debug for GithubTagCommit
Source§impl Default for GithubTagCommit
impl Default for GithubTagCommit
Source§fn default() -> GithubTagCommit
fn default() -> GithubTagCommit
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GithubTagCommit
impl<'de> Deserialize<'de> for GithubTagCommit
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
Auto Trait Implementations§
impl Freeze for GithubTagCommit
impl RefUnwindSafe for GithubTagCommit
impl Send for GithubTagCommit
impl Sync for GithubTagCommit
impl Unpin for GithubTagCommit
impl UnsafeUnpin for GithubTagCommit
impl UnwindSafe for GithubTagCommit
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