pub struct ResolveNodeParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> ResolveNodeParamsBuilder<'a>
impl<'a> ResolveNodeParamsBuilder<'a>
Sourcepub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
pub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
Backend identifier of the node to resolve.
Sourcepub fn object_group(self, object_group: impl Into<Cow<'a, str>>) -> Self
pub fn object_group(self, object_group: impl Into<Cow<'a, str>>) -> Self
Symbolic group name that can be used to release multiple objects.
Sourcepub fn execution_context_id(
self,
execution_context_id: ExecutionContextId,
) -> Self
pub fn execution_context_id( self, execution_context_id: ExecutionContextId, ) -> Self
Execution context in which to resolve the node.
pub fn build(self) -> ResolveNodeParams<'a>
Trait Implementations§
Source§impl<'a> Default for ResolveNodeParamsBuilder<'a>
impl<'a> Default for ResolveNodeParamsBuilder<'a>
Source§fn default() -> ResolveNodeParamsBuilder<'a>
fn default() -> ResolveNodeParamsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ResolveNodeParamsBuilder<'a>
impl<'a> RefUnwindSafe for ResolveNodeParamsBuilder<'a>
impl<'a> Send for ResolveNodeParamsBuilder<'a>
impl<'a> Sync for ResolveNodeParamsBuilder<'a>
impl<'a> Unpin for ResolveNodeParamsBuilder<'a>
impl<'a> UnsafeUnpin for ResolveNodeParamsBuilder<'a>
impl<'a> UnwindSafe for ResolveNodeParamsBuilder<'a>
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