pub struct StartTabMirroringParams {
pub sinkName: String,
}Expand description
Starts mirroring the tab to the sink.
Fields§
§sinkName: StringTrait Implementations§
Source§impl Clone for StartTabMirroringParams
impl Clone for StartTabMirroringParams
Source§fn clone(&self) -> StartTabMirroringParams
fn clone(&self) -> StartTabMirroringParams
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 StartTabMirroringParams
impl Debug for StartTabMirroringParams
Source§impl Default for StartTabMirroringParams
impl Default for StartTabMirroringParams
Source§fn default() -> StartTabMirroringParams
fn default() -> StartTabMirroringParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartTabMirroringParams
impl<'de> Deserialize<'de> for StartTabMirroringParams
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 StartTabMirroringParams
impl RefUnwindSafe for StartTabMirroringParams
impl Send for StartTabMirroringParams
impl Sync for StartTabMirroringParams
impl Unpin for StartTabMirroringParams
impl UnsafeUnpin for StartTabMirroringParams
impl UnwindSafe for StartTabMirroringParams
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