pub struct SetScopeTextReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetScopeTextReturnObject.
Implementations§
Source§impl SetScopeTextReturnObjectBuilder
impl SetScopeTextReturnObjectBuilder
Sourcepub fn scope(&mut self, value: CssScope) -> &mut Self
pub fn scope(&mut self, value: CssScope) -> &mut Self
The resulting CSS Scope rule after modification.
Sourcepub fn build(
&self,
) -> Result<SetScopeTextReturnObject, SetScopeTextReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetScopeTextReturnObject, SetScopeTextReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for SetScopeTextReturnObjectBuilder
impl Clone for SetScopeTextReturnObjectBuilder
Source§fn clone(&self) -> SetScopeTextReturnObjectBuilder
fn clone(&self) -> SetScopeTextReturnObjectBuilder
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 SetScopeTextReturnObjectBuilder
impl RefUnwindSafe for SetScopeTextReturnObjectBuilder
impl Send for SetScopeTextReturnObjectBuilder
impl Sync for SetScopeTextReturnObjectBuilder
impl Unpin for SetScopeTextReturnObjectBuilder
impl UnsafeUnpin for SetScopeTextReturnObjectBuilder
impl UnwindSafe for SetScopeTextReturnObjectBuilder
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