pub struct Tag {
pub name: String,
pub sha: String,
pub created_at: String,
}
Fields§
§name: String
§sha: String
§created_at: String
Implementations§
Trait Implementations§
Source§impl From<GithubRepositoryTagFields> for Tag
impl From<GithubRepositoryTagFields> for Tag
Source§fn from(fields: GithubRepositoryTagFields) -> Self
fn from(fields: GithubRepositoryTagFields) -> Self
Converts to this type from the input type.
Source§impl From<GitlabProjectTagFields> for Tag
impl From<GitlabProjectTagFields> for Tag
Source§fn from(fields: GitlabProjectTagFields) -> Self
fn from(fields: GitlabProjectTagFields) -> Self
Converts to this type from the input type.
Source§impl From<Tag> for DisplayBody
impl From<Tag> for DisplayBody
Source§fn from(t: Tag) -> DisplayBody
fn from(t: Tag) -> DisplayBody
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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