pub struct OciRef {
pub registry: String,
pub repository: String,
pub tag: Option<String>,
pub digest: Option<String>,
}Fields§
§registry: String§repository: String§tag: Option<String>§digest: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OciRef
impl RefUnwindSafe for OciRef
impl Send for OciRef
impl Sync for OciRef
impl Unpin for OciRef
impl UnsafeUnpin for OciRef
impl UnwindSafe for OciRef
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