pub struct SinkSpec {
pub target_property: String,
}Expand description
Specification for a sink node.
Fields§
§target_property: StringDOM property to update (e.g., “textContent”, “style.color”)
Trait Implementations§
impl StructuralPartialEq for SinkSpec
Auto Trait Implementations§
impl Freeze for SinkSpec
impl RefUnwindSafe for SinkSpec
impl Send for SinkSpec
impl Sync for SinkSpec
impl Unpin for SinkSpec
impl UnsafeUnpin for SinkSpec
impl UnwindSafe for SinkSpec
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