pub struct RunnerRegistrationResponse {
pub id: i64,
pub token: String,
pub token_expiration: String,
}Fields§
§id: i64§token: String§token_expiration: StringImplementations§
Trait Implementations§
Source§impl Clone for RunnerRegistrationResponse
impl Clone for RunnerRegistrationResponse
Source§fn clone(&self) -> RunnerRegistrationResponse
fn clone(&self) -> RunnerRegistrationResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for RunnerRegistrationResponse
impl Display for RunnerRegistrationResponse
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 RunnerRegistrationResponse
impl RefUnwindSafe for RunnerRegistrationResponse
impl Send for RunnerRegistrationResponse
impl Sync for RunnerRegistrationResponse
impl Unpin for RunnerRegistrationResponse
impl UnwindSafe for RunnerRegistrationResponse
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)