Struct sudodb::SelectionSet [−][src]
pub struct SelectionSet(pub Option<HashMap<FieldName, SelectionSet>>);
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SelectionSetimpl Send for SelectionSetimpl Sync for SelectionSetimpl Unpin for SelectionSetimpl UnwindSafe for SelectionSetBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V