pub struct SetShowContainerQueryOverlaysBuilder { /* private fields */ }Expand description
Builder for SetShowContainerQueryOverlays.
Implementations§
Source§impl SetShowContainerQueryOverlaysBuilder
impl SetShowContainerQueryOverlaysBuilder
Sourcepub fn container_query_highlight_configs<VALUE: Into<Vec<ContainerQueryHighlightConfig>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn container_query_highlight_configs<VALUE: Into<Vec<ContainerQueryHighlightConfig>>>( &mut self, value: VALUE, ) -> &mut Self
An array of node identifiers and descriptors for the highlight appearance.
Sourcepub fn build(
&self,
) -> Result<SetShowContainerQueryOverlays, SetShowContainerQueryOverlaysBuilderError>
pub fn build( &self, ) -> Result<SetShowContainerQueryOverlays, SetShowContainerQueryOverlaysBuilderError>
Trait Implementations§
Source§impl Clone for SetShowContainerQueryOverlaysBuilder
impl Clone for SetShowContainerQueryOverlaysBuilder
Source§fn clone(&self) -> SetShowContainerQueryOverlaysBuilder
fn clone(&self) -> SetShowContainerQueryOverlaysBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SetShowContainerQueryOverlaysBuilder
impl RefUnwindSafe for SetShowContainerQueryOverlaysBuilder
impl Send for SetShowContainerQueryOverlaysBuilder
impl Sync for SetShowContainerQueryOverlaysBuilder
impl Unpin for SetShowContainerQueryOverlaysBuilder
impl UnsafeUnpin for SetShowContainerQueryOverlaysBuilder
impl UnwindSafe for SetShowContainerQueryOverlaysBuilder
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