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