pub struct RemoveScreen {
pub screen_id: ScreenId,
}Fields§
§screen_id: ScreenIdTrait Implementations§
Source§impl Clone for RemoveScreen
impl Clone for RemoveScreen
Source§fn clone(&self) -> RemoveScreen
fn clone(&self) -> RemoveScreen
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 RemoveScreen
impl Debug for RemoveScreen
Source§impl<'de> Deserialize<'de> for RemoveScreen
impl<'de> Deserialize<'de> for RemoveScreen
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 Method for RemoveScreen
impl Method for RemoveScreen
const NAME: &'static str = "Emulation.removeScreen"
type ReturnObject = RemoveScreenReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for RemoveScreen
impl PartialEq for RemoveScreen
Source§impl Serialize for RemoveScreen
impl Serialize for RemoveScreen
impl StructuralPartialEq for RemoveScreen
Auto Trait Implementations§
impl Freeze for RemoveScreen
impl RefUnwindSafe for RemoveScreen
impl Send for RemoveScreen
impl Sync for RemoveScreen
impl Unpin for RemoveScreen
impl UnwindSafe for RemoveScreen
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