pub struct WebExtension {
pub id: String,
pub version: String,
pub store: String,
pub store_type: String,
pub reference_id: String,
pub properties: Vec<WebExtensionProperty>,
}
Fields§
§id: String
§version: String
§store: String
§store_type: String
§reference_id: String
§properties: Vec<WebExtensionProperty>
Implementations§
Trait Implementations§
Source§impl Clone for WebExtension
impl Clone for WebExtension
Source§fn clone(&self) -> WebExtension
fn clone(&self) -> WebExtension
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 WebExtension
impl Debug for WebExtension
Source§impl PartialEq for WebExtension
impl PartialEq for WebExtension
Source§impl Serialize for WebExtension
impl Serialize for WebExtension
impl StructuralPartialEq for WebExtension
Auto Trait Implementations§
impl Freeze for WebExtension
impl RefUnwindSafe for WebExtension
impl Send for WebExtension
impl Sync for WebExtension
impl Unpin for WebExtension
impl UnwindSafe for WebExtension
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