Enum stremio_core::runtime::msg::action::ActionStreamingServer
source · pub enum ActionStreamingServer {
Reload,
UpdateSettings(Settings),
CreateTorrent(CreateTorrentArgs),
GetStatistics(StatisticsRequest),
PlayOnDevice(PlayOnDeviceArgs),
}
Variants§
Reload
UpdateSettings(Settings)
CreateTorrent(CreateTorrentArgs)
GetStatistics(StatisticsRequest)
PlayOnDevice(PlayOnDeviceArgs)
Trait Implementations§
source§impl Clone for ActionStreamingServer
impl Clone for ActionStreamingServer
source§fn clone(&self) -> ActionStreamingServer
fn clone(&self) -> ActionStreamingServer
Returns a copy 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 ActionStreamingServer
impl Debug for ActionStreamingServer
source§impl<'de> Deserialize<'de> for ActionStreamingServer
impl<'de> Deserialize<'de> for ActionStreamingServer
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 ActionStreamingServer
impl RefUnwindSafe for ActionStreamingServer
impl Send for ActionStreamingServer
impl Sync for ActionStreamingServer
impl Unpin for ActionStreamingServer
impl UnwindSafe for ActionStreamingServer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)