Struct IForwardingActionBase
pub struct IForwardingActionBase(/* private fields */);Implementations§
§impl IForwardingActionBase
impl IForwardingActionBase
pub fn on_attach(&self) -> Result<(), Error>
pub fn on_detach(&self) -> Result<(), Error>
pub fn on_invoke(&self) -> Result<(), Error>
pub fn on_prepare_delayed_invoke(&self) -> Result<(), Error>
pub fn on_delayed_invoke(&self) -> Result<(), Error>
pub fn on_unprepare_delayed_invoke(&self) -> Result<(), Error>
§impl IForwardingActionBase
impl IForwardingActionBase
pub fn get_argument<T>(
&self,
property_type: &PropertyType<T>,
) -> Result<Option<<T as VariantConstraint>::RetArg>, Error>where
T: PropertyTypeConstraint,
pub fn get_argument<T>(
&self,
property_type: &PropertyType<T>,
) -> Result<Option<<T as VariantConstraint>::RetArg>, Error>where
T: PropertyTypeConstraint,
Auto Trait Implementations§
impl Freeze for IForwardingActionBase
impl RefUnwindSafe for IForwardingActionBase
impl !Send for IForwardingActionBase
impl !Sync for IForwardingActionBase
impl Unpin for IForwardingActionBase
impl UnwindSafe for IForwardingActionBase
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