pub trait PerformActionTrait {
    // Required methods
    fn get_entertainment_business(&self) -> &[EntertainmentBusinessProperty];
    fn take_entertainment_business(
        &mut self
    ) -> Vec<EntertainmentBusinessProperty>;
}
Expand description

This trait is for properties from https://schema.org/PerformAction.

Required Methods§

Implementors§