pub enum Console<'a> {
Off,
Vnc {
password: &'a str,
},
}Expand description
The VNC console. Vnc re-provisions host AND port; the reply carries them.
Variants§
Trait Implementations§
impl<'a> Eq for Console<'a>
impl<'a> StructuralPartialEq for Console<'a>
Auto Trait Implementations§
impl<'a> Freeze for Console<'a>
impl<'a> RefUnwindSafe for Console<'a>
impl<'a> Send for Console<'a>
impl<'a> Sync for Console<'a>
impl<'a> Unpin for Console<'a>
impl<'a> UnsafeUnpin for Console<'a>
impl<'a> UnwindSafe for Console<'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