pub struct ContainerCleanupPolicy;Expand description
Enumerates all supported container cleanup policies
Implementations§
Auto Trait Implementations§
impl Freeze for ContainerCleanupPolicy
impl RefUnwindSafe for ContainerCleanupPolicy
impl Send for ContainerCleanupPolicy
impl Sync for ContainerCleanupPolicy
impl Unpin for ContainerCleanupPolicy
impl UnsafeUnpin for ContainerCleanupPolicy
impl UnwindSafe for ContainerCleanupPolicy
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