Enum qapi_qmp::DisplayUpdateOptions
source · [−]pub enum DisplayUpdateOptions {
vnc(DisplayUpdateOptionsVNC),
}Variants
vnc(DisplayUpdateOptionsVNC)
Implementations
sourceimpl DisplayUpdateOptions
impl DisplayUpdateOptions
pub fn type_(&self) -> DisplayUpdateType
Trait Implementations
sourceimpl Clone for DisplayUpdateOptions
impl Clone for DisplayUpdateOptions
sourcefn clone(&self) -> DisplayUpdateOptions
fn clone(&self) -> DisplayUpdateOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DisplayUpdateOptions
impl Debug for DisplayUpdateOptions
sourceimpl<'de> Deserialize<'de> for DisplayUpdateOptions
impl<'de> Deserialize<'de> for DisplayUpdateOptions
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<DisplayUpdateOptions> for display_update
impl From<DisplayUpdateOptions> for display_update
sourcefn from(val: DisplayUpdateOptions) -> Self
fn from(val: DisplayUpdateOptions) -> Self
Converts to this type from the input type.
sourceimpl From<DisplayUpdateOptionsVNC> for DisplayUpdateOptions
impl From<DisplayUpdateOptionsVNC> for DisplayUpdateOptions
sourcefn from(val: DisplayUpdateOptionsVNC) -> Self
fn from(val: DisplayUpdateOptionsVNC) -> Self
Converts to this type from the input type.
sourceimpl Serialize for DisplayUpdateOptions
impl Serialize for DisplayUpdateOptions
Auto Trait Implementations
impl RefUnwindSafe for DisplayUpdateOptions
impl Send for DisplayUpdateOptions
impl Sync for DisplayUpdateOptions
impl Unpin for DisplayUpdateOptions
impl UnwindSafe for DisplayUpdateOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more