pub struct SetShowContainerQueryOverlaysBuilder { /* private fields */ }Implementations§
Source§impl SetShowContainerQueryOverlaysBuilder
impl SetShowContainerQueryOverlaysBuilder
pub fn container_query_highlight_config( self, container_query_highlight_config: impl Into<ContainerQueryHighlightConfig>, ) -> Self
pub fn container_query_highlight_configs<I, S>( self, container_query_highlight_configs: I, ) -> Self
pub fn build(self) -> Result<SetShowContainerQueryOverlays, String>
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 moreSource§impl Default for SetShowContainerQueryOverlaysBuilder
impl Default for SetShowContainerQueryOverlaysBuilder
Source§fn default() -> SetShowContainerQueryOverlaysBuilder
fn default() -> SetShowContainerQueryOverlaysBuilder
Returns the “default value” for a type. Read more
Auto 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