pub struct GetNodeForLocationReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetNodeForLocationReturnObject.
Implementations§
Source§impl GetNodeForLocationReturnObjectBuilder
impl GetNodeForLocationReturnObjectBuilder
Sourcepub fn backend_node_id(&mut self, value: BackendNodeId) -> &mut Self
pub fn backend_node_id(&mut self, value: BackendNodeId) -> &mut Self
Resulting node.
Sourcepub fn node_id(&mut self, value: Option<NodeId>) -> &mut Self
pub fn node_id(&mut self, value: Option<NodeId>) -> &mut Self
Id of the node at given coordinates, only when enabled and requested document.
Sourcepub fn build(
&self,
) -> Result<GetNodeForLocationReturnObject, GetNodeForLocationReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetNodeForLocationReturnObject, GetNodeForLocationReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetNodeForLocationReturnObjectBuilder
impl Clone for GetNodeForLocationReturnObjectBuilder
Source§fn clone(&self) -> GetNodeForLocationReturnObjectBuilder
fn clone(&self) -> GetNodeForLocationReturnObjectBuilder
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 GetNodeForLocationReturnObjectBuilder
impl RefUnwindSafe for GetNodeForLocationReturnObjectBuilder
impl Send for GetNodeForLocationReturnObjectBuilder
impl Sync for GetNodeForLocationReturnObjectBuilder
impl Unpin for GetNodeForLocationReturnObjectBuilder
impl UnsafeUnpin for GetNodeForLocationReturnObjectBuilder
impl UnwindSafe for GetNodeForLocationReturnObjectBuilder
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