pub struct GetContextPathQuery {
pub root_node_id: String,
pub target_node_id: String,
pub role: String,
pub subtree_depth: Option<u32>,
pub render_options: ContextRenderOptions,
}Fields§
§root_node_id: String§target_node_id: String§role: String§subtree_depth: Option<u32>§render_options: ContextRenderOptionsTrait Implementations§
Source§impl Clone for GetContextPathQuery
impl Clone for GetContextPathQuery
Source§fn clone(&self) -> GetContextPathQuery
fn clone(&self) -> GetContextPathQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetContextPathQuery
impl Debug for GetContextPathQuery
impl Eq for GetContextPathQuery
Source§impl PartialEq for GetContextPathQuery
impl PartialEq for GetContextPathQuery
impl StructuralPartialEq for GetContextPathQuery
Auto Trait Implementations§
impl Freeze for GetContextPathQuery
impl RefUnwindSafe for GetContextPathQuery
impl Send for GetContextPathQuery
impl Sync for GetContextPathQuery
impl Unpin for GetContextPathQuery
impl UnsafeUnpin for GetContextPathQuery
impl UnwindSafe for GetContextPathQuery
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