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