pub struct RunnerPatchInput {
pub description: String,
}Fields§
§description: StringImplementations§
Source§impl RunnerPatchInput
impl RunnerPatchInput
pub fn new(description: String) -> RunnerPatchInput
Trait Implementations§
Source§impl Clone for RunnerPatchInput
impl Clone for RunnerPatchInput
Source§fn clone(&self) -> RunnerPatchInput
fn clone(&self) -> RunnerPatchInput
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 RunnerPatchInput
impl Debug for RunnerPatchInput
Source§impl Default for RunnerPatchInput
impl Default for RunnerPatchInput
Source§fn default() -> RunnerPatchInput
fn default() -> RunnerPatchInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunnerPatchInput
impl<'de> Deserialize<'de> for RunnerPatchInput
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 RunnerPatchInput
impl PartialEq for RunnerPatchInput
Source§impl Serialize for RunnerPatchInput
impl Serialize for RunnerPatchInput
impl StructuralPartialEq for RunnerPatchInput
Auto Trait Implementations§
impl Freeze for RunnerPatchInput
impl RefUnwindSafe for RunnerPatchInput
impl Send for RunnerPatchInput
impl Sync for RunnerPatchInput
impl Unpin for RunnerPatchInput
impl UnwindSafe for RunnerPatchInput
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