pub struct SerialConsoleProtocolUpdate {
pub service_enabled: Option<Boolean>,
pub port: Option<Int64>,
}Expand description
Update struct corresponding to SerialConsoleProtocol
Fields§
§service_enabled: Option<Boolean>§port: Option<Int64>Implementations§
Trait Implementations§
Source§impl Debug for SerialConsoleProtocolUpdate
impl Debug for SerialConsoleProtocolUpdate
Source§impl Default for SerialConsoleProtocolUpdate
impl Default for SerialConsoleProtocolUpdate
Source§fn default() -> SerialConsoleProtocolUpdate
fn default() -> SerialConsoleProtocolUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SerialConsoleProtocolUpdate
impl RefUnwindSafe for SerialConsoleProtocolUpdate
impl Send for SerialConsoleProtocolUpdate
impl Sync for SerialConsoleProtocolUpdate
impl Unpin for SerialConsoleProtocolUpdate
impl UnsafeUnpin for SerialConsoleProtocolUpdate
impl UnwindSafe for SerialConsoleProtocolUpdate
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