pub struct ApplicationInputTemplate {
pub options: Vec<Value>,
}Expand description
Input-template metadata attached to an application variable.
Fields§
§options: Vec<Value>Open-schema option values from the upstream API.
Trait Implementations§
Source§impl Clone for ApplicationInputTemplate
impl Clone for ApplicationInputTemplate
Source§fn clone(&self) -> ApplicationInputTemplate
fn clone(&self) -> ApplicationInputTemplate
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 ApplicationInputTemplate
impl Debug for ApplicationInputTemplate
Source§impl<'de> Deserialize<'de> for ApplicationInputTemplate
impl<'de> Deserialize<'de> for ApplicationInputTemplate
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 ApplicationInputTemplate
impl PartialEq for ApplicationInputTemplate
Source§impl Serialize for ApplicationInputTemplate
impl Serialize for ApplicationInputTemplate
impl StructuralPartialEq for ApplicationInputTemplate
Auto Trait Implementations§
impl Freeze for ApplicationInputTemplate
impl RefUnwindSafe for ApplicationInputTemplate
impl Send for ApplicationInputTemplate
impl Sync for ApplicationInputTemplate
impl Unpin for ApplicationInputTemplate
impl UnsafeUnpin for ApplicationInputTemplate
impl UnwindSafe for ApplicationInputTemplate
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