pub struct QueryNode<T: Debug + Clone + PartialEq> {
pub schema: T,
pub is_required: bool,
}
Fields§
§schema: T
§is_required: bool
Trait Implementations§
impl<T: Debug + Clone + PartialEq> StructuralPartialEq for QueryNode<T>
Auto Trait Implementations§
impl<T> Freeze for QueryNode<T>where
T: Freeze,
impl<T> RefUnwindSafe for QueryNode<T>where
T: RefUnwindSafe,
impl<T> Send for QueryNode<T>where
T: Send,
impl<T> Sync for QueryNode<T>where
T: Sync,
impl<T> Unpin for QueryNode<T>where
T: Unpin,
impl<T> UnwindSafe for QueryNode<T>where
T: UnwindSafe,
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