pub struct ExtensionEntry {
pub uri: String,
pub xml: String,
}Fields§
§uri: String扩展的 URI(命名空间 GUID)。
xml: String扩展 XML 内容(已转义的合法 XML 子串)。
通常为 <a:...>...</a:...> 或 <p14:...>...</p14:...>。
Trait Implementations§
Source§impl Clone for ExtensionEntry
impl Clone for ExtensionEntry
Source§fn clone(&self) -> ExtensionEntry
fn clone(&self) -> ExtensionEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExtensionEntry
impl RefUnwindSafe for ExtensionEntry
impl Send for ExtensionEntry
impl Sync for ExtensionEntry
impl Unpin for ExtensionEntry
impl UnsafeUnpin for ExtensionEntry
impl UnwindSafe for ExtensionEntry
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