pub struct GetGridHighlightObjectsForTestBuilder { /* private fields */ }Expand description
Builder for GetGridHighlightObjectsForTest.
Implementations§
Source§impl GetGridHighlightObjectsForTestBuilder
impl GetGridHighlightObjectsForTestBuilder
Sourcepub fn node_ids<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
pub fn node_ids<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
Ids of the node to get highlight object for.
Sourcepub fn build(
&self,
) -> Result<GetGridHighlightObjectsForTest, GetGridHighlightObjectsForTestBuilderError>
pub fn build( &self, ) -> Result<GetGridHighlightObjectsForTest, GetGridHighlightObjectsForTestBuilderError>
Trait Implementations§
Source§impl Clone for GetGridHighlightObjectsForTestBuilder
impl Clone for GetGridHighlightObjectsForTestBuilder
Source§fn clone(&self) -> GetGridHighlightObjectsForTestBuilder
fn clone(&self) -> GetGridHighlightObjectsForTestBuilder
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 GetGridHighlightObjectsForTestBuilder
impl RefUnwindSafe for GetGridHighlightObjectsForTestBuilder
impl Send for GetGridHighlightObjectsForTestBuilder
impl Sync for GetGridHighlightObjectsForTestBuilder
impl Unpin for GetGridHighlightObjectsForTestBuilder
impl UnsafeUnpin for GetGridHighlightObjectsForTestBuilder
impl UnwindSafe for GetGridHighlightObjectsForTestBuilder
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