pub struct RekorStorage { /* private fields */ }Implementations§
Source§impl RekorStorage
impl RekorStorage
Trait Implementations§
Source§impl StorageBackend for RekorStorage
impl StorageBackend for RekorStorage
fn get_base_uri(&self) -> String
fn store_manifest(&self, _manifest: &Manifest) -> Result<String>
fn retrieve_manifest(&self, _id: &str) -> Result<Manifest>
fn list_manifests(&self) -> Result<Vec<ManifestMetadata>>
fn delete_manifest(&self, _id: &str) -> Result<()>
fn as_any(&self) -> &dyn Any
Auto Trait Implementations§
impl Freeze for RekorStorage
impl !RefUnwindSafe for RekorStorage
impl Send for RekorStorage
impl Sync for RekorStorage
impl Unpin for RekorStorage
impl !UnwindSafe for RekorStorage
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