Struct podman_rest_client::v5::params::ContainerStartLibpod
source · pub struct ContainerStartLibpod<'a> {
pub detach_keys: Option<&'a str>,
}
Available on crate feature
v5
only.Fields§
§detach_keys: Option<&'a str>
Override the key sequence for detaching a container. Format is a single character [a-Z] or ctrl-
Trait Implementations§
source§impl<'a> Debug for ContainerStartLibpod<'a>
impl<'a> Debug for ContainerStartLibpod<'a>
source§impl<'a> Default for ContainerStartLibpod<'a>
impl<'a> Default for ContainerStartLibpod<'a>
source§fn default() -> ContainerStartLibpod<'a>
fn default() -> ContainerStartLibpod<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ContainerStartLibpod<'a>
impl<'a> RefUnwindSafe for ContainerStartLibpod<'a>
impl<'a> Send for ContainerStartLibpod<'a>
impl<'a> Sync for ContainerStartLibpod<'a>
impl<'a> Unpin for ContainerStartLibpod<'a>
impl<'a> UnwindSafe for ContainerStartLibpod<'a>
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