pub struct PropertyInitialValueSetEvent {
pub fields: BuildEventArgsFields,
pub property_name: Option<String>,
pub property_value: Option<String>,
pub property_source: Option<String>,
}Expand description
PropertyInitialValueSet event — a property’s initial value was set.
Fields§
§fields: BuildEventArgsFields§property_name: Option<String>§property_value: Option<String>§property_source: Option<String>Trait Implementations§
Source§impl Clone for PropertyInitialValueSetEvent
impl Clone for PropertyInitialValueSetEvent
Source§fn clone(&self) -> PropertyInitialValueSetEvent
fn clone(&self) -> PropertyInitialValueSetEvent
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 PropertyInitialValueSetEvent
impl Debug for PropertyInitialValueSetEvent
Source§impl Default for PropertyInitialValueSetEvent
impl Default for PropertyInitialValueSetEvent
Source§fn default() -> PropertyInitialValueSetEvent
fn default() -> PropertyInitialValueSetEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PropertyInitialValueSetEvent
impl<'de> Deserialize<'de> for PropertyInitialValueSetEvent
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 Freeze for PropertyInitialValueSetEvent
impl RefUnwindSafe for PropertyInitialValueSetEvent
impl Send for PropertyInitialValueSetEvent
impl Sync for PropertyInitialValueSetEvent
impl Unpin for PropertyInitialValueSetEvent
impl UnsafeUnpin for PropertyInitialValueSetEvent
impl UnwindSafe for PropertyInitialValueSetEvent
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