Struct uniffi_bindgen::backend::TemplateExpression
source · pub struct TemplateExpression(String);
Expand description
Config value for template expressions
These are strings that support simple template substitution. {}
gets replaced by a value.
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
source§impl Clone for TemplateExpression
impl Clone for TemplateExpression
source§fn clone(&self) -> TemplateExpression
fn clone(&self) -> TemplateExpression
Returns a copy 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 TemplateExpression
impl Debug for TemplateExpression
source§impl Default for TemplateExpression
impl Default for TemplateExpression
source§fn default() -> TemplateExpression
fn default() -> TemplateExpression
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TemplateExpression
impl<'de> Deserialize<'de> for TemplateExpression
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
Auto Trait Implementations§
impl RefUnwindSafe for TemplateExpression
impl Send for TemplateExpression
impl Sync for TemplateExpression
impl Unpin for TemplateExpression
impl UnwindSafe for TemplateExpression
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