pub struct GitlabReleaseFields { /* private fields */ }
Trait Implementations§
Source§impl From<&Value> for GitlabReleaseFields
impl From<&Value> for GitlabReleaseFields
Source§impl From<GitlabReleaseFields> for Release
impl From<GitlabReleaseFields> for Release
Source§fn from(fields: GitlabReleaseFields) -> Self
fn from(fields: GitlabReleaseFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GitlabReleaseFields
impl RefUnwindSafe for GitlabReleaseFields
impl Send for GitlabReleaseFields
impl Sync for GitlabReleaseFields
impl Unpin for GitlabReleaseFields
impl UnwindSafe for GitlabReleaseFields
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