pub struct GetContextQuery {
pub root_node_id: String,
pub role: String,
pub depth: u32,
pub requested_scopes: Vec<String>,
pub render_options: ContextRenderOptions,
}Fields§
§root_node_id: String§role: String§depth: u32§requested_scopes: Vec<String>§render_options: ContextRenderOptionsTrait Implementations§
Source§impl Clone for GetContextQuery
impl Clone for GetContextQuery
Source§fn clone(&self) -> GetContextQuery
fn clone(&self) -> GetContextQuery
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 GetContextQuery
impl Debug for GetContextQuery
impl Eq for GetContextQuery
Source§impl PartialEq for GetContextQuery
impl PartialEq for GetContextQuery
impl StructuralPartialEq for GetContextQuery
Auto Trait Implementations§
impl Freeze for GetContextQuery
impl RefUnwindSafe for GetContextQuery
impl Send for GetContextQuery
impl Sync for GetContextQuery
impl Unpin for GetContextQuery
impl UnsafeUnpin for GetContextQuery
impl UnwindSafe for GetContextQuery
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