Enum headless_chrome::protocol::cdp::Page::PermissionsPolicyFeature
source · pub enum PermissionsPolicyFeature {
Show 63 variants
Accelerometer,
AmbientLightSensor,
AttributionReporting,
Autoplay,
Camera,
ChDpr,
ChDeviceMemory,
ChDownlink,
ChEct,
ChPrefersColorScheme,
ChRtt,
ChUa,
ChUaArch,
ChUaBitness,
ChUaPlatform,
ChUaModel,
ChUaMobile,
ChUaFullVersion,
ChUaFullVersionList,
ChUaPlatformVersion,
ChUaReduced,
ChViewportHeight,
ChViewportWidth,
ChWidth,
ClipboardRead,
ClipboardWrite,
CrossOriginIsolated,
DirectSockets,
DisplayCapture,
DocumentDomain,
EncryptedMedia,
ExecutionWhileOutOfViewport,
ExecutionWhileNotRendered,
FocusWithoutUserActivation,
Fullscreen,
Frobulate,
Gamepad,
Geolocation,
Gyroscope,
Hid,
IdleDetection,
InterestCohort,
JoinAdInterestGroup,
KeyboardMap,
Magnetometer,
Microphone,
Midi,
OtpCredentials,
Payment,
PictureInPicture,
PublickeyCredentialsGet,
RunAdAuction,
ScreenWakeLock,
Serial,
SharedAutofill,
StorageAccessApi,
SyncXhr,
TrustTokenRedemption,
Usb,
VerticalScroll,
WebShare,
WindowPlacement,
XrSpatialTracking,
}Variants§
Accelerometer
AmbientLightSensor
AttributionReporting
Autoplay
Camera
ChDpr
ChDeviceMemory
ChDownlink
ChEct
ChPrefersColorScheme
ChRtt
ChUa
ChUaArch
ChUaBitness
ChUaPlatform
ChUaModel
ChUaMobile
ChUaFullVersion
ChUaFullVersionList
ChUaPlatformVersion
ChUaReduced
ChViewportHeight
ChViewportWidth
ChWidth
ClipboardRead
ClipboardWrite
CrossOriginIsolated
DirectSockets
DisplayCapture
DocumentDomain
EncryptedMedia
ExecutionWhileOutOfViewport
ExecutionWhileNotRendered
FocusWithoutUserActivation
Fullscreen
Frobulate
Gamepad
Geolocation
Gyroscope
Hid
IdleDetection
InterestCohort
JoinAdInterestGroup
KeyboardMap
Magnetometer
Microphone
Midi
OtpCredentials
Payment
PictureInPicture
PublickeyCredentialsGet
RunAdAuction
ScreenWakeLock
Serial
StorageAccessApi
SyncXhr
TrustTokenRedemption
Usb
VerticalScroll
WindowPlacement
XrSpatialTracking
Trait Implementations§
source§impl Clone for PermissionsPolicyFeature
impl Clone for PermissionsPolicyFeature
source§fn clone(&self) -> PermissionsPolicyFeature
fn clone(&self) -> PermissionsPolicyFeature
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 PermissionsPolicyFeature
impl Debug for PermissionsPolicyFeature
source§impl<'de> Deserialize<'de> for PermissionsPolicyFeature
impl<'de> Deserialize<'de> for PermissionsPolicyFeature
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