pub enum GetScreenInfosMethod {
GetScreenInfos,
}Variants§
GetScreenInfos
Trait Implementations§
Source§impl Clone for GetScreenInfosMethod
impl Clone for GetScreenInfosMethod
Source§fn clone(&self) -> GetScreenInfosMethod
fn clone(&self) -> GetScreenInfosMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetScreenInfosMethod
impl Debug for GetScreenInfosMethod
Source§impl<'de> Deserialize<'de> for GetScreenInfosMethod
impl<'de> Deserialize<'de> for GetScreenInfosMethod
Source§fn 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
Source§impl PartialEq for GetScreenInfosMethod
impl PartialEq for GetScreenInfosMethod
Source§impl Serialize for GetScreenInfosMethod
impl Serialize for GetScreenInfosMethod
impl StructuralPartialEq for GetScreenInfosMethod
Auto Trait Implementations§
impl Freeze for GetScreenInfosMethod
impl RefUnwindSafe for GetScreenInfosMethod
impl Send for GetScreenInfosMethod
impl Sync for GetScreenInfosMethod
impl Unpin for GetScreenInfosMethod
impl UnsafeUnpin for GetScreenInfosMethod
impl UnwindSafe for GetScreenInfosMethod
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