pub struct VerifiedCatalogSnapshot<'a> { /* private fields */ }Implementations§
Source§impl<'a> VerifiedCatalogSnapshot<'a>
impl<'a> VerifiedCatalogSnapshot<'a>
pub fn snapshot(&self) -> &'a CatalogSnapshot
pub fn snapshot_digest(&self) -> &'a str
Trait Implementations§
Source§impl<'a> Clone for VerifiedCatalogSnapshot<'a>
impl<'a> Clone for VerifiedCatalogSnapshot<'a>
Source§fn clone(&self) -> VerifiedCatalogSnapshot<'a>
fn clone(&self) -> VerifiedCatalogSnapshot<'a>
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 moreimpl<'a> Copy for VerifiedCatalogSnapshot<'a>
Auto Trait Implementations§
impl<'a> Freeze for VerifiedCatalogSnapshot<'a>
impl<'a> RefUnwindSafe for VerifiedCatalogSnapshot<'a>
impl<'a> Send for VerifiedCatalogSnapshot<'a>
impl<'a> Sync for VerifiedCatalogSnapshot<'a>
impl<'a> Unpin for VerifiedCatalogSnapshot<'a>
impl<'a> UnsafeUnpin for VerifiedCatalogSnapshot<'a>
impl<'a> UnwindSafe for VerifiedCatalogSnapshot<'a>
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