pub struct GetQueryingDescendantsForContainerReturns {
pub nodeIds: Vec<NodeId>,
}Expand description
Returns the descendants of a container query container that have container queries against this container.
Fields§
§nodeIds: Vec<NodeId>Descendant nodes with container queries against the given container.
Trait Implementations§
Source§impl Clone for GetQueryingDescendantsForContainerReturns
impl Clone for GetQueryingDescendantsForContainerReturns
Source§fn clone(&self) -> GetQueryingDescendantsForContainerReturns
fn clone(&self) -> GetQueryingDescendantsForContainerReturns
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 GetQueryingDescendantsForContainerReturns
impl Default for GetQueryingDescendantsForContainerReturns
Source§fn default() -> GetQueryingDescendantsForContainerReturns
fn default() -> GetQueryingDescendantsForContainerReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetQueryingDescendantsForContainerReturns
impl<'de> Deserialize<'de> for GetQueryingDescendantsForContainerReturns
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetQueryingDescendantsForContainerReturns
impl RefUnwindSafe for GetQueryingDescendantsForContainerReturns
impl Send for GetQueryingDescendantsForContainerReturns
impl Sync for GetQueryingDescendantsForContainerReturns
impl Unpin for GetQueryingDescendantsForContainerReturns
impl UnsafeUnpin for GetQueryingDescendantsForContainerReturns
impl UnwindSafe for GetQueryingDescendantsForContainerReturns
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