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