pub struct DynamicProperty {
pub description: Option<String>,
pub expression_language_scope: Option<String>,
pub name: Option<String>,
pub value: Option<String>,
}Fields§
§description: Option<String>§expression_language_scope: Option<String>§name: Option<String>§value: Option<String>Trait Implementations§
Source§impl Clone for DynamicProperty
impl Clone for DynamicProperty
Source§fn clone(&self) -> DynamicProperty
fn clone(&self) -> DynamicProperty
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 DynamicProperty
impl Debug for DynamicProperty
Source§impl Default for DynamicProperty
impl Default for DynamicProperty
Source§fn default() -> DynamicProperty
fn default() -> DynamicProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DynamicProperty
impl<'de> Deserialize<'de> for DynamicProperty
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 From<DynamicProperty> for DynamicProperty
impl From<DynamicProperty> for DynamicProperty
Source§fn from(v: DynamicProperty) -> Self
fn from(v: DynamicProperty) -> Self
Converts to this type from the input type.
Source§impl From<DynamicProperty> for DynamicProperty
impl From<DynamicProperty> for DynamicProperty
Source§fn from(v: DynamicProperty) -> Self
fn from(v: DynamicProperty) -> Self
Converts to this type from the input type.
Source§impl From<DynamicProperty> for DynamicProperty
impl From<DynamicProperty> for DynamicProperty
Source§fn from(v: DynamicProperty) -> Self
fn from(v: DynamicProperty) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DynamicProperty
impl RefUnwindSafe for DynamicProperty
impl Send for DynamicProperty
impl Sync for DynamicProperty
impl Unpin for DynamicProperty
impl UnsafeUnpin for DynamicProperty
impl UnwindSafe for DynamicProperty
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