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