pub struct ProjectionDigest(pub ContentId);Expand description
Durable semantic digest of one qualified projection.
Tuple Fields§
§0: ContentIdTrait Implementations§
Source§impl Clone for ProjectionDigest
impl Clone for ProjectionDigest
Source§fn clone(&self) -> ProjectionDigest
fn clone(&self) -> ProjectionDigest
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 ProjectionDigest
impl Debug for ProjectionDigest
impl Eq for ProjectionDigest
Source§impl PartialEq for ProjectionDigest
impl PartialEq for ProjectionDigest
impl StructuralPartialEq for ProjectionDigest
Auto Trait Implementations§
impl Freeze for ProjectionDigest
impl RefUnwindSafe for ProjectionDigest
impl Send for ProjectionDigest
impl Sync for ProjectionDigest
impl Unpin for ProjectionDigest
impl UnsafeUnpin for ProjectionDigest
impl UnwindSafe for ProjectionDigest
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