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