pub struct SetBlackboxedRangesBuilder { /* private fields */ }Expand description
Builder for SetBlackboxedRanges.
Implementations§
Source§impl SetBlackboxedRangesBuilder
impl SetBlackboxedRangesBuilder
Sourcepub fn script_id<VALUE: Into<ScriptId>>(&mut self, value: VALUE) -> &mut Self
pub fn script_id<VALUE: Into<ScriptId>>(&mut self, value: VALUE) -> &mut Self
Id of the script.
pub fn positions<VALUE: Into<Vec<ScriptPosition>>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SetBlackboxedRanges, SetBlackboxedRangesBuilderError>
pub fn build( &self, ) -> Result<SetBlackboxedRanges, SetBlackboxedRangesBuilderError>
Trait Implementations§
Source§impl Clone for SetBlackboxedRangesBuilder
impl Clone for SetBlackboxedRangesBuilder
Source§fn clone(&self) -> SetBlackboxedRangesBuilder
fn clone(&self) -> SetBlackboxedRangesBuilder
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 SetBlackboxedRangesBuilder
impl RefUnwindSafe for SetBlackboxedRangesBuilder
impl Send for SetBlackboxedRangesBuilder
impl Sync for SetBlackboxedRangesBuilder
impl Unpin for SetBlackboxedRangesBuilder
impl UnsafeUnpin for SetBlackboxedRangesBuilder
impl UnwindSafe for SetBlackboxedRangesBuilder
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