pub struct AiTransform {
pub type: Type,
}Expand description
AiTransform : Value resolved by the AI runtime for this input. The AI engine decides how to satisfy the parameter.
Fields§
§type: TypeImplementations§
Source§impl AiTransform
impl AiTransform
Sourcepub fn new(type: Type) -> AiTransform
pub fn new(type: Type) -> AiTransform
Value resolved by the AI runtime for this input. The AI engine decides how to satisfy the parameter.
Trait Implementations§
Source§impl Clone for AiTransform
impl Clone for AiTransform
Source§fn clone(&self) -> AiTransform
fn clone(&self) -> AiTransform
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 AiTransform
impl Debug for AiTransform
Source§impl Default for AiTransform
impl Default for AiTransform
Source§fn default() -> AiTransform
fn default() -> AiTransform
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiTransform
impl<'de> Deserialize<'de> for AiTransform
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 AiTransform
impl PartialEq for AiTransform
Source§impl Serialize for AiTransform
impl Serialize for AiTransform
impl StructuralPartialEq for AiTransform
Auto Trait Implementations§
impl Freeze for AiTransform
impl RefUnwindSafe for AiTransform
impl Send for AiTransform
impl Sync for AiTransform
impl Unpin for AiTransform
impl UnwindSafe for AiTransform
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