pub struct DirProjection { /* private fields */ }Expand description
Read-only Dir-shaped snapshot grouped by journal/object namespaces.
Implementations§
Source§impl DirProjection
impl DirProjection
pub fn journal(&self) -> &[ProjectionRow]
pub fn objects(&self) -> &[ProjectionRow]
Trait Implementations§
Source§impl Clone for DirProjection
impl Clone for DirProjection
Source§fn clone(&self) -> DirProjection
fn clone(&self) -> DirProjection
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 DirProjection
impl Debug for DirProjection
impl Eq for DirProjection
Source§impl PartialEq for DirProjection
impl PartialEq for DirProjection
impl StructuralPartialEq for DirProjection
Auto Trait Implementations§
impl Freeze for DirProjection
impl RefUnwindSafe for DirProjection
impl Send for DirProjection
impl Sync for DirProjection
impl Unpin for DirProjection
impl UnsafeUnpin for DirProjection
impl UnwindSafe for DirProjection
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