pub struct StructuredDataTagProperty {
pub run_property: RunProperty,
pub data_binding: Option<DataBinding>,
pub alias: Option<String>,
}
Fields§
§run_property: RunProperty
§data_binding: Option<DataBinding>
§alias: Option<String>
Implementations§
Source§impl StructuredDataTagProperty
impl StructuredDataTagProperty
pub fn new() -> Self
pub fn data_binding(self, d: DataBinding) -> Self
pub fn alias(self, v: impl Into<String>) -> Self
Trait Implementations§
Source§impl Clone for StructuredDataTagProperty
impl Clone for StructuredDataTagProperty
Source§fn clone(&self) -> StructuredDataTagProperty
fn clone(&self) -> StructuredDataTagProperty
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 StructuredDataTagProperty
impl Debug for StructuredDataTagProperty
Source§impl Default for StructuredDataTagProperty
impl Default for StructuredDataTagProperty
impl StructuralPartialEq for StructuredDataTagProperty
Auto Trait Implementations§
impl Freeze for StructuredDataTagProperty
impl RefUnwindSafe for StructuredDataTagProperty
impl Send for StructuredDataTagProperty
impl Sync for StructuredDataTagProperty
impl Unpin for StructuredDataTagProperty
impl UnwindSafe for StructuredDataTagProperty
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