pub struct SetContainerQueryTextParamsBuilder { /* private fields */ }Implementations§
source§impl SetContainerQueryTextParamsBuilder
impl SetContainerQueryTextParamsBuilder
pub fn style_sheet_id( self, style_sheet_id: impl Into<StyleSheetId> ) -> SetContainerQueryTextParamsBuilder
pub fn range( self, range: impl Into<SourceRange> ) -> SetContainerQueryTextParamsBuilder
pub fn text(self, text: impl Into<String>) -> SetContainerQueryTextParamsBuilder
pub fn build(self) -> Result<SetContainerQueryTextParams, String>
Trait Implementations§
source§impl Clone for SetContainerQueryTextParamsBuilder
impl Clone for SetContainerQueryTextParamsBuilder
source§fn clone(&self) -> SetContainerQueryTextParamsBuilder
fn clone(&self) -> SetContainerQueryTextParamsBuilder
Returns a copy 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 SetContainerQueryTextParamsBuilder
impl Default for SetContainerQueryTextParamsBuilder
source§fn default() -> SetContainerQueryTextParamsBuilder
fn default() -> SetContainerQueryTextParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetContainerQueryTextParamsBuilder
impl Send for SetContainerQueryTextParamsBuilder
impl Sync for SetContainerQueryTextParamsBuilder
impl Unpin for SetContainerQueryTextParamsBuilder
impl UnwindSafe for SetContainerQueryTextParamsBuilder
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