pub struct Property {
pub name: String,
pub value: String,
}Expand description
对应 Java: org.ofdrw.core.extendObj.Property
扩展属性,以键值对形式存储扩展的配置信息。
Fields§
§name: String属性名。
value: String属性值。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Property
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnsafeUnpin for Property
impl UnwindSafe for Property
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