pub enum GatedAPIFeatures {
SharedArrayBuffers,
SharedArrayBuffersTransferAllowed,
PerformanceMeasureMemory,
PerformanceProfile,
}Expand description
EXPERIMENTAL: This feature is experimental and may change or be removed.
Variants§
Trait Implementations§
Source§impl AsRef<str> for GatedAPIFeatures
impl AsRef<str> for GatedAPIFeatures
Source§impl Clone for GatedAPIFeatures
impl Clone for GatedAPIFeatures
Source§fn clone(&self) -> GatedAPIFeatures
fn clone(&self) -> GatedAPIFeatures
Returns a duplicate 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 GatedAPIFeatures
impl Debug for GatedAPIFeatures
Source§impl<'de> Deserialize<'de> for GatedAPIFeatures
impl<'de> Deserialize<'de> for GatedAPIFeatures
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 FromStr for GatedAPIFeatures
impl FromStr for GatedAPIFeatures
Auto Trait Implementations§
impl Freeze for GatedAPIFeatures
impl RefUnwindSafe for GatedAPIFeatures
impl Send for GatedAPIFeatures
impl Sync for GatedAPIFeatures
impl Unpin for GatedAPIFeatures
impl UnsafeUnpin for GatedAPIFeatures
impl UnwindSafe for GatedAPIFeatures
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