Skip to main content

IRelaySequence_RelaySequenceLocalMethods

Trait IRelaySequence_RelaySequenceLocalMethods 

Source
pub trait IRelaySequence_RelaySequenceLocalMethods: IRelaySequence_RelaySequenceLocal {
Show 17 methods // Provided methods fn on_create(self) { ... } fn initialize_lan_root_path(self) { ... } fn take_over_search_impl(self) { ... } fn take_over_postsearch_impl(self) { ... } fn take_over_download_meta_with_data_code_impl(self) { ... } fn take_over_postdownload_meta_with_data_code_impl(self) { ... } fn take_over_set_playing_impl(self) { ... } fn take_over_postset_playing_impl(self) { ... } fn replay_search_entered_impl(self) { ... } fn replay_search_any_impl(self) { ... } fn replay_postsearch_impl(self) { ... } fn download_impl(self, with_meta_data: impl Into<bool>) { ... } fn postdownload_take_over_impl(self) { ... } fn postdownload_replay_impl(self) { ... } fn upload_impl(self) { ... } fn postupload_impl(self) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_create(self)

OnCreate() overload

Source

fn initialize_lan_root_path(self)

InitializeLanRootPath() overload

Source

fn take_over_search_impl(self)

TakeOverSearchImpl() overload

Source

fn take_over_postsearch_impl(self)

TakeOverPostsearchImpl() overload

Source

fn take_over_download_meta_with_data_code_impl(self)

TakeOverDownloadMetaWithDataCodeImpl() overload

Source

fn take_over_postdownload_meta_with_data_code_impl(self)

TakeOverPostdownloadMetaWithDataCodeImpl() overload

Source

fn take_over_set_playing_impl(self)

TakeOverSetPlayingImpl() overload

Source

fn take_over_postset_playing_impl(self)

TakeOverPostsetPlayingImpl() overload

Source

fn replay_search_entered_impl(self)

ReplaySearchEnteredImpl() overload

Source

fn replay_search_any_impl(self)

ReplaySearchAnyImpl() overload

Source

fn replay_postsearch_impl(self)

ReplayPostsearchImpl() overload

Source

fn download_impl(self, with_meta_data: impl Into<bool>)

DownloadImpl(bool) overload

Source

fn postdownload_take_over_impl(self)

PostdownloadTakeOverImpl() overload

Source

fn postdownload_replay_impl(self)

PostdownloadReplayImpl() overload

Source

fn upload_impl(self)

UploadImpl() overload

Source

fn postupload_impl(self)

PostuploadImpl() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IRelaySequence_RelaySequenceLocal> IRelaySequence_RelaySequenceLocalMethods for __T

Available on crate feature app-relaysequence only.