pub struct OwnedImages {
pub digests: BTreeSet<String>,
pub references: BTreeSet<String>,
}Fields§
§digests: BTreeSet<String>§references: BTreeSet<String>Implementations§
Auto Trait Implementations§
impl Freeze for OwnedImages
impl RefUnwindSafe for OwnedImages
impl Send for OwnedImages
impl Sync for OwnedImages
impl Unpin for OwnedImages
impl UnsafeUnpin for OwnedImages
impl UnwindSafe for OwnedImages
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