pub struct DataSourceEmptyState {
pub title: String,
pub description: Option<String>,
}Fields§
§title: String§description: Option<String>Trait Implementations§
Source§impl Clone for DataSourceEmptyState
impl Clone for DataSourceEmptyState
Source§fn clone(&self) -> DataSourceEmptyState
fn clone(&self) -> DataSourceEmptyState
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 moreSource§impl Debug for DataSourceEmptyState
impl Debug for DataSourceEmptyState
Source§impl<'de> Deserialize<'de> for DataSourceEmptyState
impl<'de> Deserialize<'de> for DataSourceEmptyState
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 DataSourceEmptyState
impl PartialEq for DataSourceEmptyState
Source§impl Serialize for DataSourceEmptyState
impl Serialize for DataSourceEmptyState
impl Eq for DataSourceEmptyState
impl StructuralPartialEq for DataSourceEmptyState
Auto Trait Implementations§
impl Freeze for DataSourceEmptyState
impl RefUnwindSafe for DataSourceEmptyState
impl Send for DataSourceEmptyState
impl Sync for DataSourceEmptyState
impl Unpin for DataSourceEmptyState
impl UnsafeUnpin for DataSourceEmptyState
impl UnwindSafe for DataSourceEmptyState
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