pub struct StaticValueParameter {
pub ref_type: String,
pub param_type: String,
pub value: Value,
}
Fields§
§ref_type: String
§param_type: String
§value: Value
Trait Implementations§
Source§impl Clone for StaticValueParameter
impl Clone for StaticValueParameter
Source§fn clone(&self) -> StaticValueParameter
fn clone(&self) -> StaticValueParameter
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 StaticValueParameter
impl Debug for StaticValueParameter
Source§impl<'de> Deserialize<'de> for StaticValueParameter
impl<'de> Deserialize<'de> for StaticValueParameter
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 StaticValueParameter
impl PartialEq for StaticValueParameter
Source§impl Serialize for StaticValueParameter
impl Serialize for StaticValueParameter
impl StructuralPartialEq for StaticValueParameter
Auto Trait Implementations§
impl Freeze for StaticValueParameter
impl RefUnwindSafe for StaticValueParameter
impl Send for StaticValueParameter
impl Sync for StaticValueParameter
impl Unpin for StaticValueParameter
impl UnwindSafe for StaticValueParameter
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