Enum dropbox_sdk::seen_state::PlatformType [−][src]
#[non_exhaustive]
pub enum PlatformType {
Web,
Desktop,
MobileIos,
MobileAndroid,
Api,
Unknown,
Mobile,
Other,
}This is supported on crate feature
dbx_seen_state only.Expand description
Possible platforms on which a user may view content.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
The content was viewed on the web.
The content was viewed on a desktop client.
The content was viewed on a mobile iOS client.
The content was viewed on a mobile android client.
The content was viewed from an API client.
The content was viewed on an unknown platform.
The content was viewed on a mobile client. DEPRECATED: Use mobile_ios or mobile_android instead.
Catch-all used for unrecognized values returned from the server. Encountering this value typically indicates that this SDK version is out of date.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PlatformTypeimpl Send for PlatformTypeimpl Sync for PlatformTypeimpl Unpin for PlatformTypeimpl UnwindSafe for PlatformTypeBlanket Implementations
Mutably borrows from an owned value. Read more