pub struct DesktopView {
pub session_id: String,
}Expand description
Payload of DesktopRequest::DesktopView.
Fields§
§session_id: StringTrait Implementations§
Source§impl Clone for DesktopView
impl Clone for DesktopView
Source§fn clone(&self) -> DesktopView
fn clone(&self) -> DesktopView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DesktopView
impl Debug for DesktopView
Source§impl<'de> Deserialize<'de> for DesktopView
impl<'de> Deserialize<'de> for DesktopView
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
Auto Trait Implementations§
impl Freeze for DesktopView
impl RefUnwindSafe for DesktopView
impl Send for DesktopView
impl Sync for DesktopView
impl Unpin for DesktopView
impl UnsafeUnpin for DesktopView
impl UnwindSafe for DesktopView
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