pub enum LimitationId {
WebGpuSurface,
PerformanceMemorySurface,
OpaqueOriginStorage,
}Expand description
Stable identifier for a browser surface we do not yet spoof or validate fully.
Variants§
WebGpuSurface
WebGPU / navigator.gpu is exposed but not yet spoofed or validated.
PerformanceMemorySurface
performance.memory is exposed but not yet spoofed or validated.
OpaqueOriginStorage
navigator.storage may be unavailable on opaque origins (e.g. about:blank).
Trait Implementations§
Source§impl Clone for LimitationId
impl Clone for LimitationId
Source§fn clone(&self) -> LimitationId
fn clone(&self) -> LimitationId
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 LimitationId
impl Debug for LimitationId
Source§impl<'de> Deserialize<'de> for LimitationId
impl<'de> Deserialize<'de> for LimitationId
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 Hash for LimitationId
impl Hash for LimitationId
Source§impl PartialEq for LimitationId
impl PartialEq for LimitationId
Source§impl Serialize for LimitationId
impl Serialize for LimitationId
impl Copy for LimitationId
impl Eq for LimitationId
impl StructuralPartialEq for LimitationId
Auto Trait Implementations§
impl Freeze for LimitationId
impl RefUnwindSafe for LimitationId
impl Send for LimitationId
impl Sync for LimitationId
impl Unpin for LimitationId
impl UnsafeUnpin for LimitationId
impl UnwindSafe for LimitationId
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.