pub struct TableProjection { /* private fields */ }Expand description
Read-only flat Table-shaped snapshot. It exposes no mutation method and is never consulted by journal authority.
Implementations§
Source§impl TableProjection
impl TableProjection
pub fn rows(&self) -> &[ProjectionRow]
Trait Implementations§
Source§impl Clone for TableProjection
impl Clone for TableProjection
Source§fn clone(&self) -> TableProjection
fn clone(&self) -> TableProjection
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 TableProjection
impl Debug for TableProjection
impl Eq for TableProjection
Source§impl PartialEq for TableProjection
impl PartialEq for TableProjection
impl StructuralPartialEq for TableProjection
Auto Trait Implementations§
impl Freeze for TableProjection
impl RefUnwindSafe for TableProjection
impl Send for TableProjection
impl Sync for TableProjection
impl Unpin for TableProjection
impl UnsafeUnpin for TableProjection
impl UnwindSafe for TableProjection
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