pub struct URI {
pub uri: String,
}Expand description
URI 超链接动作。
打开一个 URI(统一资源标识符),对应 GB/T 33190 第 15 章的 URI 动作。
对应 Java: org.ofdrw.core.action.actionType.URI
Fields§
§uri: String超链接的 URI 地址。
对应 Java: URI.uri (String)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for URI
impl RefUnwindSafe for URI
impl Send for URI
impl Sync for URI
impl Unpin for URI
impl UnsafeUnpin for URI
impl UnwindSafe for URI
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