pub struct ResolveNodeParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> ResolveNodeParamsBuilder<'a>
impl<'a> ResolveNodeParamsBuilder<'a>
Sourcepub fn backendNodeId(self, backendNodeId: BackendNodeId) -> Self
pub fn backendNodeId(self, backendNodeId: BackendNodeId) -> Self
Backend identifier of the node to resolve.
Sourcepub fn objectGroup(self, objectGroup: impl Into<Cow<'a, str>>) -> Self
pub fn objectGroup(self, objectGroup: impl Into<Cow<'a, str>>) -> Self
Symbolic group name that can be used to release multiple objects.
Sourcepub fn executionContextId(self, executionContextId: ExecutionContextId) -> Self
pub fn executionContextId(self, executionContextId: 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