Struct act_lib::act_structs::ParamAct
source · pub struct ParamAct {
pub name: String,
pub act_type: TypeAct,
}Fields§
§name: String§act_type: TypeActTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParamAct
impl Send for ParamAct
impl Sync for ParamAct
impl Unpin for ParamAct
impl UnwindSafe for ParamAct
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