pub struct PullOptions {
pub platform_os: String,
pub platform_arch: String,
}Expand description
Options for pulling an image
Fields§
§platform_os: String§platform_arch: StringTrait Implementations§
Source§impl Clone for PullOptions
impl Clone for PullOptions
Source§fn clone(&self) -> PullOptions
fn clone(&self) -> PullOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PullOptions
impl Debug for PullOptions
Auto Trait Implementations§
impl Freeze for PullOptions
impl RefUnwindSafe for PullOptions
impl Send for PullOptions
impl Sync for PullOptions
impl Unpin for PullOptions
impl UnwindSafe for PullOptions
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