pub struct Job { /* private fields */ }Implementations§
Trait Implementations§
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.
source§impl From<Job> for DisplayBody
impl From<Job> for DisplayBody
source§fn from(j: Job) -> DisplayBody
fn from(j: Job) -> DisplayBody
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Job
impl RefUnwindSafe for Job
impl Send for Job
impl Sync for Job
impl Unpin for Job
impl UnwindSafe for Job
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)