pub struct RunnerPostInput {
pub labels: Vec<String>,
pub name: String,
pub release: String,
pub token: String,
pub uuid: String,
}Fields§
§labels: Vec<String>§name: String§release: String§token: String§uuid: StringImplementations§
Trait Implementations§
Source§impl Clone for RunnerPostInput
impl Clone for RunnerPostInput
Source§fn clone(&self) -> RunnerPostInput
fn clone(&self) -> RunnerPostInput
Returns a duplicate 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 Debug for RunnerPostInput
impl Debug for RunnerPostInput
Source§impl Default for RunnerPostInput
impl Default for RunnerPostInput
Source§fn default() -> RunnerPostInput
fn default() -> RunnerPostInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunnerPostInput
impl<'de> Deserialize<'de> for RunnerPostInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RunnerPostInput
impl PartialEq for RunnerPostInput
Source§impl Serialize for RunnerPostInput
impl Serialize for RunnerPostInput
impl StructuralPartialEq for RunnerPostInput
Auto Trait Implementations§
impl Freeze for RunnerPostInput
impl RefUnwindSafe for RunnerPostInput
impl Send for RunnerPostInput
impl Sync for RunnerPostInput
impl Unpin for RunnerPostInput
impl UnwindSafe for RunnerPostInput
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