pub struct PersesConfigVariableProject {
pub disable: bool,
}Fields§
§disable: boolDisable is used to disable the project variable feature. Note that if the global datasource and the project datasource are disabled, then the project variable will also be disabled.
Trait Implementations§
Source§impl Clone for PersesConfigVariableProject
impl Clone for PersesConfigVariableProject
Source§fn clone(&self) -> PersesConfigVariableProject
fn clone(&self) -> PersesConfigVariableProject
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 PersesConfigVariableProject
impl Debug for PersesConfigVariableProject
Source§impl Default for PersesConfigVariableProject
impl Default for PersesConfigVariableProject
Source§fn default() -> PersesConfigVariableProject
fn default() -> PersesConfigVariableProject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PersesConfigVariableProject
impl<'de> Deserialize<'de> for PersesConfigVariableProject
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
Source§impl PartialEq for PersesConfigVariableProject
impl PartialEq for PersesConfigVariableProject
Source§fn eq(&self, other: &PersesConfigVariableProject) -> bool
fn eq(&self, other: &PersesConfigVariableProject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PersesConfigVariableProject
Auto Trait Implementations§
impl Freeze for PersesConfigVariableProject
impl RefUnwindSafe for PersesConfigVariableProject
impl Send for PersesConfigVariableProject
impl Sync for PersesConfigVariableProject
impl Unpin for PersesConfigVariableProject
impl UnsafeUnpin for PersesConfigVariableProject
impl UnwindSafe for PersesConfigVariableProject
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