pub struct GetQueryingDescendantsForContainerReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetQueryingDescendantsForContainerReturnObject.
Implementations§
Source§impl GetQueryingDescendantsForContainerReturnObjectBuilder
impl GetQueryingDescendantsForContainerReturnObjectBuilder
Sourcepub fn node_ids(&mut self, value: Vec<NodeId>) -> &mut Self
pub fn node_ids(&mut self, value: Vec<NodeId>) -> &mut Self
Descendant nodes with container queries against the given container.
Sourcepub fn build(
&self,
) -> Result<GetQueryingDescendantsForContainerReturnObject, GetQueryingDescendantsForContainerReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetQueryingDescendantsForContainerReturnObject, GetQueryingDescendantsForContainerReturnObjectBuilderError>
Builds a new GetQueryingDescendantsForContainerReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetQueryingDescendantsForContainerReturnObjectBuilder
impl Clone for GetQueryingDescendantsForContainerReturnObjectBuilder
Source§fn clone(&self) -> GetQueryingDescendantsForContainerReturnObjectBuilder
fn clone(&self) -> GetQueryingDescendantsForContainerReturnObjectBuilder
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 GetQueryingDescendantsForContainerReturnObjectBuilder
impl RefUnwindSafe for GetQueryingDescendantsForContainerReturnObjectBuilder
impl Send for GetQueryingDescendantsForContainerReturnObjectBuilder
impl Sync for GetQueryingDescendantsForContainerReturnObjectBuilder
impl Unpin for GetQueryingDescendantsForContainerReturnObjectBuilder
impl UnsafeUnpin for GetQueryingDescendantsForContainerReturnObjectBuilder
impl UnwindSafe for GetQueryingDescendantsForContainerReturnObjectBuilder
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