pub struct GithubRepositoryTagFields { /* private fields */ }
Trait Implementations§
Source§impl From<&Value> for GithubRepositoryTagFields
impl From<&Value> for GithubRepositoryTagFields
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.
Auto Trait Implementations§
impl Freeze for GithubRepositoryTagFields
impl RefUnwindSafe for GithubRepositoryTagFields
impl Send for GithubRepositoryTagFields
impl Sync for GithubRepositoryTagFields
impl Unpin for GithubRepositoryTagFields
impl UnwindSafe for GithubRepositoryTagFields
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