pub struct PanelSource {
pub namespace: String,
pub query: String,
}Expand description
A live query backing — panel_source(Id, SourceNamespace, PrologQuery).
Fields§
§namespace: String§query: StringTrait Implementations§
Source§impl Clone for PanelSource
impl Clone for PanelSource
Source§fn clone(&self) -> PanelSource
fn clone(&self) -> PanelSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PanelSource
impl Debug for PanelSource
Source§impl<'de> Deserialize<'de> for PanelSource
impl<'de> Deserialize<'de> for PanelSource
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
impl Eq for PanelSource
Source§impl PartialEq for PanelSource
impl PartialEq for PanelSource
Source§impl Serialize for PanelSource
impl Serialize for PanelSource
impl StructuralPartialEq for PanelSource
Auto Trait Implementations§
impl Freeze for PanelSource
impl RefUnwindSafe for PanelSource
impl Send for PanelSource
impl Sync for PanelSource
impl Unpin for PanelSource
impl UnsafeUnpin for PanelSource
impl UnwindSafe for PanelSource
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