Enum xtask::ci::WasmFeatureSet
source · enum WasmFeatureSet {
MatrixSdkQrcode,
MatrixSdkBase,
MatrixSdkCommon,
MatrixSdkNoDefault,
MatrixSdkIndexeddbStoresNoCrypto,
MatrixSdkIndexeddbStores,
IndexeddbAllFeatures,
IndexeddbCrypto,
IndexeddbState,
Indexeddb,
}
Variants§
MatrixSdkQrcode
Check matrix-sdk-qrcode
crate
MatrixSdkBase
Check matrix-sdk-base
crate
MatrixSdkCommon
Check matrix-sdk-common
crate
MatrixSdkNoDefault
Check matrix-sdk
crate with no default features
MatrixSdkIndexeddbStoresNoCrypto
Check matrix-sdk
crate with indexeddb
feature (but not
e2e-encryption
)
MatrixSdkIndexeddbStores
Check matrix-sdk
crate with indexeddb
and e2e-encryption
features
IndexeddbAllFeatures
Check matrix-sdk-indexeddb
crate with all features
IndexeddbCrypto
Check matrix-sdk-indexeddb
crate with e2e-encryption
feature
IndexeddbState
Check matrix-sdk-indexeddb
crate with state-store
feature
Indexeddb
Equivalent to indexeddb-all-features
, indexeddb-crypto
and
indexeddb-state
Trait Implementations§
source§impl FromArgMatches for WasmFeatureSet
impl FromArgMatches for WasmFeatureSet
source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
source§fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches,
) -> Result<Self, Error>
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches, ) -> Result<Self, Error>
source§fn update_from_arg_matches(
&mut self,
__clap_arg_matches: &ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches
to self
.source§fn update_from_arg_matches_mut<'b>(
&mut self,
__clap_arg_matches: &mut ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches
to self
.source§impl Ord for WasmFeatureSet
impl Ord for WasmFeatureSet
source§fn cmp(&self, other: &WasmFeatureSet) -> Ordering
fn cmp(&self, other: &WasmFeatureSet) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for WasmFeatureSet
impl PartialEq for WasmFeatureSet
source§fn eq(&self, other: &WasmFeatureSet) -> bool
fn eq(&self, other: &WasmFeatureSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for WasmFeatureSet
impl PartialOrd for WasmFeatureSet
source§fn partial_cmp(&self, other: &WasmFeatureSet) -> Option<Ordering>
fn partial_cmp(&self, other: &WasmFeatureSet) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Subcommand for WasmFeatureSet
impl Subcommand for WasmFeatureSet
source§fn augment_subcommands<'b>(__clap_app: Command) -> Command
fn augment_subcommands<'b>(__clap_app: Command) -> Command
source§fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
source§fn has_subcommand(__clap_name: &str) -> bool
fn has_subcommand(__clap_name: &str) -> bool
Test whether
Self
can parse a specific subcommandimpl Eq for WasmFeatureSet
impl StructuralPartialEq for WasmFeatureSet
Auto Trait Implementations§
impl Freeze for WasmFeatureSet
impl RefUnwindSafe for WasmFeatureSet
impl Send for WasmFeatureSet
impl Sync for WasmFeatureSet
impl Unpin for WasmFeatureSet
impl UnwindSafe for WasmFeatureSet
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
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.