Struct docx_rs::WebExtensionProperty
source · [−]Fields
name: String
value: String
Implementations
Trait Implementations
sourceimpl Clone for WebExtensionProperty
impl Clone for WebExtensionProperty
sourcefn clone(&self) -> WebExtensionProperty
fn clone(&self) -> WebExtensionProperty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for WebExtensionProperty
impl Debug for WebExtensionProperty
sourceimpl PartialEq<WebExtensionProperty> for WebExtensionProperty
impl PartialEq<WebExtensionProperty> for WebExtensionProperty
sourcefn eq(&self, other: &WebExtensionProperty) -> bool
fn eq(&self, other: &WebExtensionProperty) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for WebExtensionProperty
impl Serialize for WebExtensionProperty
impl StructuralPartialEq for WebExtensionProperty
Auto Trait Implementations
impl RefUnwindSafe for WebExtensionProperty
impl Send for WebExtensionProperty
impl Sync for WebExtensionProperty
impl Unpin for WebExtensionProperty
impl UnwindSafe for WebExtensionProperty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more