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