pub struct QuerySourceElement {
pub source_label: String,
}Fields§
§source_label: StringTrait Implementations§
Source§impl Clone for QuerySourceElement
impl Clone for QuerySourceElement
Source§fn clone(&self) -> QuerySourceElement
fn clone(&self) -> QuerySourceElement
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 QuerySourceElement
impl RefUnwindSafe for QuerySourceElement
impl Send for QuerySourceElement
impl Sync for QuerySourceElement
impl Unpin for QuerySourceElement
impl UnwindSafe for QuerySourceElement
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