pub struct PersesDatasourceConfigDisplay {
pub description: Option<String>,
pub name: Option<String>,
}Fields§
§description: Option<String>§name: Option<String>Trait Implementations§
Source§impl Clone for PersesDatasourceConfigDisplay
impl Clone for PersesDatasourceConfigDisplay
Source§fn clone(&self) -> PersesDatasourceConfigDisplay
fn clone(&self) -> PersesDatasourceConfigDisplay
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 Default for PersesDatasourceConfigDisplay
impl Default for PersesDatasourceConfigDisplay
Source§fn default() -> PersesDatasourceConfigDisplay
fn default() -> PersesDatasourceConfigDisplay
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PersesDatasourceConfigDisplay
impl<'de> Deserialize<'de> for PersesDatasourceConfigDisplay
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 PersesDatasourceConfigDisplay
impl PartialEq for PersesDatasourceConfigDisplay
Source§fn eq(&self, other: &PersesDatasourceConfigDisplay) -> bool
fn eq(&self, other: &PersesDatasourceConfigDisplay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PersesDatasourceConfigDisplay
Auto Trait Implementations§
impl Freeze for PersesDatasourceConfigDisplay
impl RefUnwindSafe for PersesDatasourceConfigDisplay
impl Send for PersesDatasourceConfigDisplay
impl Sync for PersesDatasourceConfigDisplay
impl Unpin for PersesDatasourceConfigDisplay
impl UnsafeUnpin for PersesDatasourceConfigDisplay
impl UnwindSafe for PersesDatasourceConfigDisplay
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