pub struct QuerySubscription {
pub id: Arc<str>,
pub nodes: Vec<QuerySourceElement>,
pub relations: Vec<QuerySourceElement>,
pub pipeline: Vec<Arc<str>>,
}Fields§
§id: Arc<str>§nodes: Vec<QuerySourceElement>§relations: Vec<QuerySourceElement>§pipeline: Vec<Arc<str>>Trait Implementations§
Source§impl Clone for QuerySubscription
impl Clone for QuerySubscription
Source§fn clone(&self) -> QuerySubscription
fn clone(&self) -> QuerySubscription
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 moreAuto Trait Implementations§
impl Freeze for QuerySubscription
impl RefUnwindSafe for QuerySubscription
impl Send for QuerySubscription
impl Sync for QuerySubscription
impl Unpin for QuerySubscription
impl UnwindSafe for QuerySubscription
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