pub struct PullAll {
pub pull_attributes: Vec<Aid>,
}
Expand description
A plan stage for extracting all tuples for a given set of attributes.
Fields§
§pull_attributes: Vec<Aid>
Attributes to pull for the input entities.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PullAll
impl<'de> Deserialize<'de> for PullAll
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
Source§impl Ord for PullAll
impl Ord for PullAll
Source§impl PartialOrd for PullAll
impl PartialOrd for PullAll
impl Eq for PullAll
impl StructuralPartialEq for PullAll
Auto Trait Implementations§
impl Freeze for PullAll
impl RefUnwindSafe for PullAll
impl Send for PullAll
impl Sync for PullAll
impl Unpin for PullAll
impl UnwindSafe for PullAll
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