Struct bollard::container::DownloadFromContainerOptions
source · pub struct DownloadFromContainerOptions<T>{
pub path: T,
}
Expand description
Parameters used in the Download From Container API
§Examples
use bollard::container::DownloadFromContainerOptions;
DownloadFromContainerOptions{
path: "/opt",
};
Fields§
§path: T
Resource in the container’s filesystem to archive.
Trait Implementations§
source§impl<T> Clone for DownloadFromContainerOptions<T>
impl<T> Clone for DownloadFromContainerOptions<T>
source§fn clone(&self) -> DownloadFromContainerOptions<T>
fn clone(&self) -> DownloadFromContainerOptions<T>
Returns a copy 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<T> Debug for DownloadFromContainerOptions<T>
impl<T> Debug for DownloadFromContainerOptions<T>
source§impl<T> Default for DownloadFromContainerOptions<T>
impl<T> Default for DownloadFromContainerOptions<T>
source§fn default() -> DownloadFromContainerOptions<T>
fn default() -> DownloadFromContainerOptions<T>
Returns the “default value” for a type. Read more
source§impl<T> PartialEq for DownloadFromContainerOptions<T>
impl<T> PartialEq for DownloadFromContainerOptions<T>
source§fn eq(&self, other: &DownloadFromContainerOptions<T>) -> bool
fn eq(&self, other: &DownloadFromContainerOptions<T>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl<T> Serialize for DownloadFromContainerOptions<T>
impl<T> Serialize for DownloadFromContainerOptions<T>
impl<T> StructuralPartialEq for DownloadFromContainerOptions<T>
Auto Trait Implementations§
impl<T> Freeze for DownloadFromContainerOptions<T>where
T: Freeze,
impl<T> RefUnwindSafe for DownloadFromContainerOptions<T>where
T: RefUnwindSafe,
impl<T> Send for DownloadFromContainerOptions<T>where
T: Send,
impl<T> Sync for DownloadFromContainerOptions<T>where
T: Sync,
impl<T> Unpin for DownloadFromContainerOptions<T>where
T: Unpin,
impl<T> UnwindSafe for DownloadFromContainerOptions<T>where
T: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)