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