Struct gr::cmds::cicd::LintResponse
source · pub struct LintResponse {
pub valid: bool,
pub errors: Vec<String>,
}Fields§
§valid: bool§errors: Vec<String>Trait Implementations§
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 LintResponse
impl RefUnwindSafe for LintResponse
impl Send for LintResponse
impl Sync for LintResponse
impl Unpin for LintResponse
impl UnwindSafe for LintResponse
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