pub struct DescribeNodeBuilder { /* private fields */ }Implementations§
Source§impl DescribeNodeBuilder
impl DescribeNodeBuilder
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 depth(self, depth: impl Into<i64>) -> Self
pub fn pierce(self, pierce: impl Into<bool>) -> Self
pub fn build(self) -> DescribeNode
Trait Implementations§
Source§impl Clone for DescribeNodeBuilder
impl Clone for DescribeNodeBuilder
Source§fn clone(&self) -> DescribeNodeBuilder
fn clone(&self) -> DescribeNodeBuilder
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 DescribeNodeBuilder
impl Default for DescribeNodeBuilder
Source§fn default() -> DescribeNodeBuilder
fn default() -> DescribeNodeBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DescribeNodeBuilder
impl RefUnwindSafe for DescribeNodeBuilder
impl Send for DescribeNodeBuilder
impl Sync for DescribeNodeBuilder
impl Unpin for DescribeNodeBuilder
impl UnsafeUnpin for DescribeNodeBuilder
impl UnwindSafe for DescribeNodeBuilder
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