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