pub struct WebExtensionProperty {
pub name: String,
pub value: String,
}
Fields§
§name: String
§value: String
Implementations§
Trait Implementations§
Source§impl Clone for WebExtensionProperty
impl Clone for WebExtensionProperty
Source§fn clone(&self) -> WebExtensionProperty
fn clone(&self) -> WebExtensionProperty
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WebExtensionProperty
impl Debug for WebExtensionProperty
Source§impl PartialEq for WebExtensionProperty
impl PartialEq for WebExtensionProperty
Source§impl Serialize for WebExtensionProperty
impl Serialize for WebExtensionProperty
impl StructuralPartialEq for WebExtensionProperty
Auto Trait Implementations§
impl Freeze for WebExtensionProperty
impl RefUnwindSafe for WebExtensionProperty
impl Send for WebExtensionProperty
impl Sync for WebExtensionProperty
impl Unpin for WebExtensionProperty
impl UnwindSafe for WebExtensionProperty
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