pub struct ContainerPath { /* private fields */ }Expand description
A container-side mount path classified independently of the host operating system.
Implementations§
Source§impl ContainerPath
impl ContainerPath
Trait Implementations§
Source§impl Clone for ContainerPath
impl Clone for ContainerPath
Source§fn clone(&self) -> ContainerPath
fn clone(&self) -> ContainerPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContainerPath
impl Debug for ContainerPath
impl Eq for ContainerPath
Source§impl PartialEq for ContainerPath
impl PartialEq for ContainerPath
impl StructuralPartialEq for ContainerPath
Auto Trait Implementations§
impl Freeze for ContainerPath
impl RefUnwindSafe for ContainerPath
impl Send for ContainerPath
impl Sync for ContainerPath
impl Unpin for ContainerPath
impl UnsafeUnpin for ContainerPath
impl UnwindSafe for ContainerPath
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