pub struct ManifestCreateOptions<'a> {
pub name: &'a str,
pub all: Option<bool>,
pub amend: Option<bool>,
pub images: Vec<&'a str>,
pub request: ManifestCreateRequest,
}
Fields§
§name: &'a str
§all: Option<bool>
§amend: Option<bool>
§images: Vec<&'a str>
§request: ManifestCreateRequest
Auto Trait Implementations§
impl<'a> Freeze for ManifestCreateOptions<'a>
impl<'a> RefUnwindSafe for ManifestCreateOptions<'a>
impl<'a> Send for ManifestCreateOptions<'a>
impl<'a> Sync for ManifestCreateOptions<'a>
impl<'a> Unpin for ManifestCreateOptions<'a>
impl<'a> UnwindSafe for ManifestCreateOptions<'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