Struct podman_api::models::IdStartBody2 [−][src]
pub struct IdStartBody2 {
pub detach: Option<bool>,
pub tty: Option<bool>,
pub h: Option<i64>,
pub w: Option<i64>,
}
Fields
detach: Option<bool>
Detach from the command.
tty: Option<bool>
Allocate a pseudo-TTY.
h: Option<i64>
Height of the TTY session in characters. Tty must be set to true to use it.
w: Option<i64>
Width of the TTY session in characters. Tty must be set to true to use it.
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<IdStartBody2, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<IdStartBody2, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IdStartBody2
impl Send for IdStartBody2
impl Sync for IdStartBody2
impl Unpin for IdStartBody2
impl UnwindSafe for IdStartBody2
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more