pub struct OciMount {
pub destination: String,
pub mount_type: String,
pub source: String,
pub options: Vec<String>,
}Expand description
A single mount specification from the OCI config.
Fields§
§destination: StringDestination path inside the container.
mount_type: StringMount type (e.g., “proc”, “tmpfs”, “bind”).
source: StringSource path on the host.
options: Vec<String>Mount options (e.g., “nosuid”, “noexec”, “ro”).
Trait Implementations§
impl Eq for OciMount
impl StructuralPartialEq for OciMount
Auto Trait Implementations§
impl Freeze for OciMount
impl RefUnwindSafe for OciMount
impl Send for OciMount
impl Sync for OciMount
impl Unpin for OciMount
impl UnwindSafe for OciMount
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)