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