pub struct CoreRowsSnapshot {
pub core: RowModelIdSnapshot,
pub row_model: RowModelIdSnapshot,
}Fields§
§core: RowModelIdSnapshot§row_model: RowModelIdSnapshotTrait Implementations§
Source§impl Clone for CoreRowsSnapshot
impl Clone for CoreRowsSnapshot
Source§fn clone(&self) -> CoreRowsSnapshot
fn clone(&self) -> CoreRowsSnapshot
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 CoreRowsSnapshot
impl Debug for CoreRowsSnapshot
Source§impl PartialEq for CoreRowsSnapshot
impl PartialEq for CoreRowsSnapshot
impl Eq for CoreRowsSnapshot
impl StructuralPartialEq for CoreRowsSnapshot
Auto Trait Implementations§
impl Freeze for CoreRowsSnapshot
impl RefUnwindSafe for CoreRowsSnapshot
impl Send for CoreRowsSnapshot
impl Sync for CoreRowsSnapshot
impl Unpin for CoreRowsSnapshot
impl UnsafeUnpin for CoreRowsSnapshot
impl UnwindSafe for CoreRowsSnapshot
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