pub struct InstalledExtensionQuery {
pub asset_types: Vec<String>,
pub monikers: Vec<ExtensionIdentifier>,
}
Expand description
Fields§
§asset_types: Vec<String>
§monikers: Vec<ExtensionIdentifier>
Implementations§
Trait Implementations§
source§impl Clone for InstalledExtensionQuery
impl Clone for InstalledExtensionQuery
source§fn clone(&self) -> InstalledExtensionQuery
fn clone(&self) -> InstalledExtensionQuery
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 InstalledExtensionQuery
impl Debug for InstalledExtensionQuery
source§impl Default for InstalledExtensionQuery
impl Default for InstalledExtensionQuery
source§fn default() -> InstalledExtensionQuery
fn default() -> InstalledExtensionQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InstalledExtensionQuery
impl<'de> Deserialize<'de> for InstalledExtensionQuery
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for InstalledExtensionQuery
impl PartialEq for InstalledExtensionQuery
source§fn eq(&self, other: &InstalledExtensionQuery) -> bool
fn eq(&self, other: &InstalledExtensionQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InstalledExtensionQuery
impl Serialize for InstalledExtensionQuery
impl StructuralPartialEq for InstalledExtensionQuery
Auto Trait Implementations§
impl RefUnwindSafe for InstalledExtensionQuery
impl Send for InstalledExtensionQuery
impl Sync for InstalledExtensionQuery
impl Unpin for InstalledExtensionQuery
impl UnwindSafe for InstalledExtensionQuery
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