pub struct TargetModel {
pub api: Api,
pub provider: Provider,
pub model_id: String,
}Expand description
Information about the target model for transformation.
Fields§
§api: Api§provider: Provider§model_id: StringTrait Implementations§
Source§impl Clone for TargetModel
impl Clone for TargetModel
Source§fn clone(&self) -> TargetModel
fn clone(&self) -> TargetModel
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 moreAuto Trait Implementations§
impl Freeze for TargetModel
impl RefUnwindSafe for TargetModel
impl Send for TargetModel
impl Sync for TargetModel
impl Unpin for TargetModel
impl UnsafeUnpin for TargetModel
impl UnwindSafe for TargetModel
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