pub struct CellValueRecord {
pub place: Place,
pub value: ValueRecord,
}Fields§
§place: Place§value: ValueRecordTrait Implementations§
Source§impl Clone for CellValueRecord
impl Clone for CellValueRecord
Source§fn clone(&self) -> CellValueRecord
fn clone(&self) -> CellValueRecord
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 CellValueRecord
impl Debug for CellValueRecord
Source§impl<'de> Deserialize<'de> for CellValueRecord
impl<'de> Deserialize<'de> for CellValueRecord
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
Auto Trait Implementations§
impl Freeze for CellValueRecord
impl RefUnwindSafe for CellValueRecord
impl Send for CellValueRecord
impl Sync for CellValueRecord
impl Unpin for CellValueRecord
impl UnwindSafe for CellValueRecord
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