pub enum SystemTfCall {
ArgOptionl(Box<SystemTfCallArgOptional>),
ArgDataType(Box<SystemTfCallArgDataType>),
ArgExpression(Box<SystemTfCallArgExpression>),
}Variants
ArgOptionl(Box<SystemTfCallArgOptional>)
ArgDataType(Box<SystemTfCallArgDataType>)
ArgExpression(Box<SystemTfCallArgExpression>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SystemTfCall
impl Send for SystemTfCall
impl Sync for SystemTfCall
impl Unpin for SystemTfCall
impl UnwindSafe for SystemTfCall
Blanket Implementations
Mutably borrows from an owned value. Read more