pub struct ContainerArchiveInfoOptions {
pub path: String,
}Expand description
Internal struct used in the ContainerArchiveInfo API
Use a ContainerArchiveInfoOptionsBuilder to instantiate this struct.
Fields§
§path: StringTrait Implementations§
Source§impl Clone for ContainerArchiveInfoOptions
impl Clone for ContainerArchiveInfoOptions
Source§fn clone(&self) -> ContainerArchiveInfoOptions
fn clone(&self) -> ContainerArchiveInfoOptions
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 ContainerArchiveInfoOptions
impl Debug for ContainerArchiveInfoOptions
Source§impl Default for ContainerArchiveInfoOptions
impl Default for ContainerArchiveInfoOptions
Source§fn default() -> ContainerArchiveInfoOptions
fn default() -> ContainerArchiveInfoOptions
Returns the “default value” for a type. Read more
Source§impl Serialize for ContainerArchiveInfoOptions
impl Serialize for ContainerArchiveInfoOptions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ContainerArchiveInfoOptions
Auto Trait Implementations§
impl Freeze for ContainerArchiveInfoOptions
impl RefUnwindSafe for ContainerArchiveInfoOptions
impl Send for ContainerArchiveInfoOptions
impl Sync for ContainerArchiveInfoOptions
impl Unpin for ContainerArchiveInfoOptions
impl UnsafeUnpin for ContainerArchiveInfoOptions
impl UnwindSafe for ContainerArchiveInfoOptions
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