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