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