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