pub struct GotoA {
pub attach_id: String,
}Expand description
附件打开动作。
打开一个已附加到 OFD 文档的附件文件,对应 GB/T 33190 第 15 章的 GotoA 动作。
对应 Java: org.ofdrw.core.action.actionType.GotoA
Fields§
§attach_id: String附件的标识 ID。
对应 Java: GotoA.attachID (String)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GotoA
impl RefUnwindSafe for GotoA
impl Send for GotoA
impl Sync for GotoA
impl Unpin for GotoA
impl UnsafeUnpin for GotoA
impl UnwindSafe for GotoA
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