pub struct GetPartialAxTreeBuilder { /* private fields */ }Implementations§
Source§impl GetPartialAxTreeBuilder
impl GetPartialAxTreeBuilder
pub fn node_id(self, node_id: impl Into<NodeId>) -> Self
pub fn backend_node_id(self, backend_node_id: impl Into<BackendNodeId>) -> Self
pub fn object_id(self, object_id: impl Into<RemoteObjectId>) -> Self
pub fn fetch_relatives(self, fetch_relatives: impl Into<bool>) -> Self
pub fn build(self) -> GetPartialAxTree
Trait Implementations§
Source§impl Clone for GetPartialAxTreeBuilder
impl Clone for GetPartialAxTreeBuilder
Source§fn clone(&self) -> GetPartialAxTreeBuilder
fn clone(&self) -> GetPartialAxTreeBuilder
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 moreSource§impl Default for GetPartialAxTreeBuilder
impl Default for GetPartialAxTreeBuilder
Source§fn default() -> GetPartialAxTreeBuilder
fn default() -> GetPartialAxTreeBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetPartialAxTreeBuilder
impl RefUnwindSafe for GetPartialAxTreeBuilder
impl Send for GetPartialAxTreeBuilder
impl Sync for GetPartialAxTreeBuilder
impl Unpin for GetPartialAxTreeBuilder
impl UnsafeUnpin for GetPartialAxTreeBuilder
impl UnwindSafe for GetPartialAxTreeBuilder
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