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