pub struct SetPropertyStepDef {
pub key: String,
pub value: ValueSourceDef,
}Fields§
§key: String§value: ValueSourceDefImplementations§
Trait Implementations§
Source§impl Clone for SetPropertyStepDef
impl Clone for SetPropertyStepDef
Source§fn clone(&self) -> SetPropertyStepDef
fn clone(&self) -> SetPropertyStepDef
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 SetPropertyStepDef
impl Debug for SetPropertyStepDef
Source§impl PartialEq for SetPropertyStepDef
impl PartialEq for SetPropertyStepDef
impl StructuralPartialEq for SetPropertyStepDef
Auto Trait Implementations§
impl Freeze for SetPropertyStepDef
impl RefUnwindSafe for SetPropertyStepDef
impl Send for SetPropertyStepDef
impl Sync for SetPropertyStepDef
impl Unpin for SetPropertyStepDef
impl UnsafeUnpin for SetPropertyStepDef
impl UnwindSafe for SetPropertyStepDef
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