Struct cog_task::action::core::horizontal::Horizontal
source · pub struct Horizontal(_, _);Trait Implementations
sourceimpl Action for Horizontal
impl Action for Horizontal
fn init(self) -> Result<Box<dyn Action>>where
Self: 'static + Sized,
fn stateful(
&self,
_io: &IoManager,
_res: &ResourceManager,
_config: &Config,
_sync_writer: &QWriter<SyncSignal>,
_async_writer: &QWriter<AsyncSignal>
) -> Result<Box<dyn StatefulAction>>
fn in_signals(&self) -> BTreeSet<SignalId>
fn out_signals(&self) -> BTreeSet<SignalId>
fn resources(&self, config: &Config) -> Vec<ResourceAddr>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
sourceimpl Debug for Horizontal
impl Debug for Horizontal
sourceimpl<'de> Deserialize<'de> for Horizontal
impl<'de> Deserialize<'de> for Horizontal
sourcefn 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
sourceimpl Serialize for Horizontal
impl Serialize for Horizontal
Auto Trait Implementations
impl !RefUnwindSafe for Horizontal
impl !Send for Horizontal
impl !Sync for Horizontal
impl Unpin for Horizontal
impl !UnwindSafe for Horizontal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more