Struct plexo_sdk::resources::tasks::extensions::CreateTasksInput
source · pub struct CreateTasksInput {
pub tasks: Vec<CreateTaskInput>,
}Fields§
§tasks: Vec<CreateTaskInput>Trait Implementations§
source§impl Clone for CreateTasksInput
impl Clone for CreateTasksInput
source§fn clone(&self) -> CreateTasksInput
fn clone(&self) -> CreateTasksInput
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 Default for CreateTasksInput
impl Default for CreateTasksInput
source§fn default() -> CreateTasksInput
fn default() -> CreateTasksInput
Returns the “default value” for a type. Read more
source§impl InputType for CreateTasksInput
impl InputType for CreateTasksInput
§type RawValueType = CreateTasksInput
type RawValueType = CreateTasksInput
The raw type used for validator. Read more
source§fn create_type_info(registry: &mut Registry) -> String
fn create_type_info(registry: &mut Registry) -> String
Create type information in the registry and return qualified typename.
source§fn parse(value: Option<Value>) -> InputValueResult<Self>
fn parse(value: Option<Value>) -> InputValueResult<Self>
Parse from
Value. None represents undefined.source§fn as_raw_value(&self) -> Option<&Self::RawValueType>
fn as_raw_value(&self) -> Option<&Self::RawValueType>
Returns a reference to the raw value.
source§fn qualified_type_name() -> String
fn qualified_type_name() -> String
Qualified typename.
source§impl Serialize for CreateTasksInput
impl Serialize for CreateTasksInput
impl InputObjectType for CreateTasksInput
Auto Trait Implementations§
impl Freeze for CreateTasksInput
impl RefUnwindSafe for CreateTasksInput
impl Send for CreateTasksInput
impl Sync for CreateTasksInput
impl Unpin for CreateTasksInput
impl UnwindSafe for CreateTasksInput
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