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