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