pub struct ResolveNodeCommandBuilder { /* private fields */ }Available on crate features
DOM and Runtime only.Implementations§
Source§impl ResolveNodeCommandBuilder
impl ResolveNodeCommandBuilder
Sourcepub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self
pub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self
Backend identifier of the node to resolve.
Sourcepub fn object_group(&mut self, v: String) -> &mut Self
pub fn object_group(&mut self, v: String) -> &mut Self
Symbolic group name that can be used to release multiple objects.
Sourcepub fn execution_context_id(&mut self, v: ExecutionContextId) -> &mut Self
pub fn execution_context_id(&mut self, v: ExecutionContextId) -> &mut Self
Execution context in which to resolve the node.
pub fn build(&mut self) -> Result<ResolveNodeCommand, &'static str>
Trait Implementations§
Source§impl Clone for ResolveNodeCommandBuilder
impl Clone for ResolveNodeCommandBuilder
Source§fn clone(&self) -> ResolveNodeCommandBuilder
fn clone(&self) -> ResolveNodeCommandBuilder
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 Debug for ResolveNodeCommandBuilder
impl Debug for ResolveNodeCommandBuilder
Auto Trait Implementations§
impl Freeze for ResolveNodeCommandBuilder
impl RefUnwindSafe for ResolveNodeCommandBuilder
impl Send for ResolveNodeCommandBuilder
impl Sync for ResolveNodeCommandBuilder
impl Unpin for ResolveNodeCommandBuilder
impl UnwindSafe for ResolveNodeCommandBuilder
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