pub struct Actions {
pub actions: Vec<Box<dyn OfdAction>>,
}Expand description
动作容器。
包含一组动作的有序序列,对应 GB/T 33190 第 15 章的 Actions 元素。
对应 Java: org.ofdrw.core.action.Actions
Fields§
§actions: Vec<Box<dyn OfdAction>>动作列表。
对应 Java: Actions 中的子 Action 元素列表
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Actions
impl !Send for Actions
impl !Sync for Actions
impl !UnwindSafe for Actions
impl Freeze for Actions
impl Unpin for Actions
impl UnsafeUnpin for Actions
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