pub struct SerialDeployerParameter {
pub name: String,
pub value: String,
}Expand description
Inspectable parameter attached to one deployer.
Fields§
§name: StringStable parameter name.
value: StringStable printable value.
Trait Implementations§
Source§impl Clone for SerialDeployerParameter
impl Clone for SerialDeployerParameter
Source§fn clone(&self) -> SerialDeployerParameter
fn clone(&self) -> SerialDeployerParameter
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 SerialDeployerParameter
impl Debug for SerialDeployerParameter
impl Eq for SerialDeployerParameter
Source§impl PartialEq for SerialDeployerParameter
impl PartialEq for SerialDeployerParameter
impl StructuralPartialEq for SerialDeployerParameter
Auto Trait Implementations§
impl Freeze for SerialDeployerParameter
impl RefUnwindSafe for SerialDeployerParameter
impl Send for SerialDeployerParameter
impl Sync for SerialDeployerParameter
impl Unpin for SerialDeployerParameter
impl UnsafeUnpin for SerialDeployerParameter
impl UnwindSafe for SerialDeployerParameter
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