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