pub struct GridSavedView {
pub id: String,
pub label: String,
}Expand description
One saved grid view.
Fields§
§id: String§label: StringTrait Implementations§
Source§impl Clone for GridSavedView
impl Clone for GridSavedView
Source§fn clone(&self) -> GridSavedView
fn clone(&self) -> GridSavedView
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 GridSavedView
impl Debug for GridSavedView
Source§impl<'de> Deserialize<'de> for GridSavedView
impl<'de> Deserialize<'de> for GridSavedView
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 GridSavedView
impl PartialEq for GridSavedView
Source§fn eq(&self, other: &GridSavedView) -> bool
fn eq(&self, other: &GridSavedView) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GridSavedView
impl Serialize for GridSavedView
impl Eq for GridSavedView
impl StructuralPartialEq for GridSavedView
Auto Trait Implementations§
impl Freeze for GridSavedView
impl RefUnwindSafe for GridSavedView
impl Send for GridSavedView
impl Sync for GridSavedView
impl Unpin for GridSavedView
impl UnsafeUnpin for GridSavedView
impl UnwindSafe for GridSavedView
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