pub struct AbsoluteContainerPath(/* private fields */);Expand description
A normalized absolute path inside a container namespace.
Implementations§
Source§impl AbsoluteContainerPath
impl AbsoluteContainerPath
Trait Implementations§
Source§impl Clone for AbsoluteContainerPath
impl Clone for AbsoluteContainerPath
Source§fn clone(&self) -> AbsoluteContainerPath
fn clone(&self) -> AbsoluteContainerPath
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 AbsoluteContainerPath
impl Debug for AbsoluteContainerPath
impl Eq for AbsoluteContainerPath
Source§impl PartialEq for AbsoluteContainerPath
impl PartialEq for AbsoluteContainerPath
impl StructuralPartialEq for AbsoluteContainerPath
Auto Trait Implementations§
impl Freeze for AbsoluteContainerPath
impl RefUnwindSafe for AbsoluteContainerPath
impl Send for AbsoluteContainerPath
impl Sync for AbsoluteContainerPath
impl Unpin for AbsoluteContainerPath
impl UnsafeUnpin for AbsoluteContainerPath
impl UnwindSafe for AbsoluteContainerPath
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