pub struct TemplateOut {Show 13 fields
pub created_at: String,
pub description: String,
pub feature_flag: Option<String>,
pub filter_types: Option<Vec<String>>,
pub id: String,
pub instructions: String,
pub instructions_link: Option<String>,
pub kind: TransformationTemplateKind,
pub logo: String,
pub name: String,
pub org_id: String,
pub transformation: String,
pub updated_at: String,
}
Fields§
§created_at: String
§description: String
§feature_flag: Option<String>
§filter_types: Option<Vec<String>>
§id: String
§instructions: String
§instructions_link: Option<String>
§kind: TransformationTemplateKind
§logo: String
§name: String
§org_id: String
§transformation: String
§updated_at: String
Implementations§
Trait Implementations§
Source§impl Clone for TemplateOut
impl Clone for TemplateOut
Source§fn clone(&self) -> TemplateOut
fn clone(&self) -> TemplateOut
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 TemplateOut
impl Debug for TemplateOut
Source§impl Default for TemplateOut
impl Default for TemplateOut
Source§fn default() -> TemplateOut
fn default() -> TemplateOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TemplateOut
impl<'de> Deserialize<'de> for TemplateOut
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 TemplateOut
impl PartialEq for TemplateOut
Source§impl Serialize for TemplateOut
impl Serialize for TemplateOut
impl StructuralPartialEq for TemplateOut
Auto Trait Implementations§
impl Freeze for TemplateOut
impl RefUnwindSafe for TemplateOut
impl Send for TemplateOut
impl Sync for TemplateOut
impl Unpin for TemplateOut
impl UnwindSafe for TemplateOut
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