pub struct SubtaskPartInputModel {
pub model_id: String,
pub provider_id: String,
}Fields§
§model_id: String§provider_id: StringTrait Implementations§
Source§impl Clone for SubtaskPartInputModel
impl Clone for SubtaskPartInputModel
Source§fn clone(&self) -> SubtaskPartInputModel
fn clone(&self) -> SubtaskPartInputModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SubtaskPartInputModel
impl Debug for SubtaskPartInputModel
Source§impl<'de> Deserialize<'de> for SubtaskPartInputModel
impl<'de> Deserialize<'de> for SubtaskPartInputModel
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 SubtaskPartInputModel
impl PartialEq for SubtaskPartInputModel
Source§impl Serialize for SubtaskPartInputModel
impl Serialize for SubtaskPartInputModel
impl StructuralPartialEq for SubtaskPartInputModel
Auto Trait Implementations§
impl Freeze for SubtaskPartInputModel
impl RefUnwindSafe for SubtaskPartInputModel
impl Send for SubtaskPartInputModel
impl Sync for SubtaskPartInputModel
impl Unpin for SubtaskPartInputModel
impl UnsafeUnpin for SubtaskPartInputModel
impl UnwindSafe for SubtaskPartInputModel
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