pub struct GetEventType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl GetEventType
impl GetEventType
pub const ACCESS_GRANTED: &'static str = "ACCESS_GRANTED"
pub const ACCESS_REVOKED: &'static str = "ACCESS_REVOKED"
pub const ADD_DEVICE_ASSOCIATION: &'static str = "ADD_DEVICE_ASSOCIATION"
pub const ADD_LOGIN_ACTIVITY_DEVICE: &'static str = "ADD_LOGIN_ACTIVITY_DEVICE"
pub const ADMIN_LOGIN: &'static str = "ADMIN_LOGIN"
pub const ADVANCED_FOLDER_SETTINGS_UPDATE: &'static str = "ADVANCED_FOLDER_SETTINGS_UPDATE"
pub const APPLICATION_CREATED: &'static str = "APPLICATION_CREATED"
pub const APPLICATION_PUBLIC_KEY_ADDED: &'static str = "APPLICATION_PUBLIC_KEY_ADDED"
pub const APPLICATION_PUBLIC_KEY_DELETED: &'static str = "APPLICATION_PUBLIC_KEY_DELETED"
pub const CHANGE_ADMIN_ROLE: &'static str = "CHANGE_ADMIN_ROLE"
pub const CHANGE_FOLDER_PERMISSION: &'static str = "CHANGE_FOLDER_PERMISSION"
pub const COLLABORATION_ACCEPT: &'static str = "COLLABORATION_ACCEPT"
pub const COLLABORATION_EXPIRATION: &'static str = "COLLABORATION_EXPIRATION"
pub const COLLABORATION_INVITE: &'static str = "COLLABORATION_INVITE"
pub const COLLABORATION_REMOVE: &'static str = "COLLABORATION_REMOVE"
pub const COLLABORATION_ROLE_CHANGE: &'static str = "COLLABORATION_ROLE_CHANGE"
pub const COMMENT_CREATE: &'static str = "COMMENT_CREATE"
pub const COMMENT_DELETE: &'static str = "COMMENT_DELETE"
pub const COMMENT_EDIT: &'static str = "COMMENT_EDIT"
pub const CONTENT_WORKFLOW_ABNORMAL_DOWNLOAD_ACTIVITY: &'static str = "CONTENT_WORKFLOW_ABNORMAL_DOWNLOAD_ACTIVITY"
pub const CONTENT_WORKFLOW_AUTOMATION_ADD: &'static str = "CONTENT_WORKFLOW_AUTOMATION_ADD"
pub const CONTENT_WORKFLOW_AUTOMATION_DELETE: &'static str = "CONTENT_WORKFLOW_AUTOMATION_DELETE"
pub const CONTENT_WORKFLOW_POLICY_ADD: &'static str = "CONTENT_WORKFLOW_POLICY_ADD"
pub const CONTENT_WORKFLOW_SHARING_POLICY_VIOLATION: &'static str = "CONTENT_WORKFLOW_SHARING_POLICY_VIOLATION"
pub const CONTENT_WORKFLOW_UPLOAD_POLICY_VIOLATION: &'static str = "CONTENT_WORKFLOW_UPLOAD_POLICY_VIOLATION"
pub const COPY: &'static str = "COPY"
pub const DATA_RETENTION_CREATE_RETENTION: &'static str = "DATA_RETENTION_CREATE_RETENTION"
pub const DATA_RETENTION_REMOVE_RETENTION: &'static str = "DATA_RETENTION_REMOVE_RETENTION"
pub const DELETE: &'static str = "DELETE"
pub const DELETE_USER: &'static str = "DELETE_USER"
pub const DEVICE_TRUST_CHECK_FAILED: &'static str = "DEVICE_TRUST_CHECK_FAILED"
pub const DOWNLOAD: &'static str = "DOWNLOAD"
pub const EDIT: &'static str = "EDIT"
pub const EDIT_USER: &'static str = "EDIT_USER"
pub const EMAIL_ALIAS_CONFIRM: &'static str = "EMAIL_ALIAS_CONFIRM"
pub const EMAIL_ALIAS_PRIMARY: &'static str = "EMAIL_ALIAS_PRIMARY"
pub const EMAIL_ALIAS_REMOVE: &'static str = "EMAIL_ALIAS_REMOVE"
pub const EMAIL_UPLOAD_DISABLED: &'static str = "EMAIL_UPLOAD_DISABLED"
pub const EMAIL_UPLOAD_ENABLED: &'static str = "EMAIL_UPLOAD_ENABLED"
pub const ENTERPRISE_APP_AUTHORIZATION_UPDATE: &'static str = "ENTERPRISE_APP_AUTHORIZATION_UPDATE"
pub const EXTERNAL_COLLAB_SECURITY_SETTINGS: &'static str = "EXTERNAL_COLLAB_SECURITY_SETTINGS"
pub const FAILED_LOGIN: &'static str = "FAILED_LOGIN"
pub const FAVORITE: &'static str = "FAVORITE"
pub const FILE_MARKED_MALICIOUS: &'static str = "FILE_MARKED_MALICIOUS"
pub const FILE_REQUEST_CREATE: &'static str = "FILE_REQUEST_CREATE"
pub const FILE_REQUEST_DELETE: &'static str = "FILE_REQUEST_DELETE"
pub const FILE_REQUEST_UPDATE: &'static str = "FILE_REQUEST_UPDATE"
pub const FILE_VERSION_RESTORE: &'static str = "FILE_VERSION_RESTORE"
pub const FILE_WATERMARKED_DOWNLOAD: &'static str = "FILE_WATERMARKED_DOWNLOAD"
pub const GROUP_ADD_ITEM: &'static str = "GROUP_ADD_ITEM"
pub const GROUP_ADD_USER: &'static str = "GROUP_ADD_USER"
pub const GROUP_CREATION: &'static str = "GROUP_CREATION"
pub const GROUP_DELETION: &'static str = "GROUP_DELETION"
pub const GROUP_EDITED: &'static str = "GROUP_EDITED"
pub const GROUP_REMOVE_ITEM: &'static str = "GROUP_REMOVE_ITEM"
pub const GROUP_REMOVE_USER: &'static str = "GROUP_REMOVE_USER"
pub const ILLEGAL_ITEM_OWNERSHIP_TRANSFER_BY_USER: &'static str = "ILLEGAL_ITEM_OWNERSHIP_TRANSFER_BY_USER"
pub const ITEM_EMAIL_SEND: &'static str = "ITEM_EMAIL_SEND"
pub const ITEM_MODIFY: &'static str = "ITEM_MODIFY"
pub const ITEM_OPEN: &'static str = "ITEM_OPEN"
pub const ITEM_SHARED_UPDATE: &'static str = "ITEM_SHARED_UPDATE"
pub const ITEM_SYNC: &'static str = "ITEM_SYNC"
pub const ITEM_UNSYNC: &'static str = "ITEM_UNSYNC"
pub const LEGAL_HOLD_ASSIGNMENT_CREATE: &'static str = "LEGAL_HOLD_ASSIGNMENT_CREATE"
pub const LEGAL_HOLD_ASSIGNMENT_DELETE: &'static str = "LEGAL_HOLD_ASSIGNMENT_DELETE"
pub const LEGAL_HOLD_POLICY_CREATE: &'static str = "LEGAL_HOLD_POLICY_CREATE"
pub const LEGAL_HOLD_POLICY_DELETE: &'static str = "LEGAL_HOLD_POLICY_DELETE"
pub const LEGAL_HOLD_POLICY_UPDATE: &'static str = "LEGAL_HOLD_POLICY_UPDATE"
pub const LOCK: &'static str = "LOCK"
pub const LOGIN: &'static str = "LOGIN"
pub const METADATA_CASCADE_POLICY_APPLY: &'static str = "METADATA_CASCADE_POLICY_APPLY"
pub const METADATA_CASCADE_POLICY_CREATE: &'static str = "METADATA_CASCADE_POLICY_CREATE"
pub const METADATA_INSTANCE_COPY: &'static str = "METADATA_INSTANCE_COPY"
pub const METADATA_INSTANCE_CREATE: &'static str = "METADATA_INSTANCE_CREATE"
pub const METADATA_INSTANCE_DELETE: &'static str = "METADATA_INSTANCE_DELETE"
pub const METADATA_INSTANCE_UPDATE: &'static str = "METADATA_INSTANCE_UPDATE"
pub const METADATA_TEMPLATE_CREATE: &'static str = "METADATA_TEMPLATE_CREATE"
pub const METADATA_TEMPLATE_DELETE: &'static str = "METADATA_TEMPLATE_DELETE"
pub const METADATA_TEMPLATE_UPDATE: &'static str = "METADATA_TEMPLATE_UPDATE"
pub const MOVE: &'static str = "MOVE"
pub const NEW_USER: &'static str = "NEW_USER"
pub const OAUTH2_ACCESS_TOKEN_REVOKE: &'static str = "OAUTH2_ACCESS_TOKEN_REVOKE"
pub const OAUTH2_REFRESH_TOKEN_REVOKE: &'static str = "OAUTH2_REFRESH_TOKEN_REVOKE"
pub const PREVIEW: &'static str = "PREVIEW"
pub const REMOVE_DEVICE_ASSOCIATION: &'static str = "REMOVE_DEVICE_ASSOCIATION"
pub const REMOVE_LOGIN_ACTIVITY_DEVICE: &'static str = "REMOVE_LOGIN_ACTIVITY_DEVICE"
pub const RENAME: &'static str = "RENAME"
pub const RETENTION_POLICY_ASSIGNMENT_ADD: &'static str = "RETENTION_POLICY_ASSIGNMENT_ADD"
pub const SHARE: &'static str = "SHARE"
pub const SHARED_LINK_SEND: &'static str = "SHARED_LINK_SEND"
pub const SHARE_EXPIRATION: &'static str = "SHARE_EXPIRATION"
pub const SHIELD_ALERT: &'static str = "SHIELD_ALERT"
pub const SHIELD_EXTERNAL_COLLAB_ACCESS_BLOCKED: &'static str = "SHIELD_EXTERNAL_COLLAB_ACCESS_BLOCKED"
pub const SHIELD_EXTERNAL_COLLAB_ACCESS_BLOCKED_MISSING_JUSTIFICATION: &'static str = "SHIELD_EXTERNAL_COLLAB_ACCESS_BLOCKED_MISSING_JUSTIFICATION"
pub const SHIELD_EXTERNAL_COLLAB_INVITE_BLOCKED: &'static str = "SHIELD_EXTERNAL_COLLAB_INVITE_BLOCKED"
pub const SHIELD_EXTERNAL_COLLAB_INVITE_BLOCKED_MISSING_JUSTIFICATION: &'static str = "SHIELD_EXTERNAL_COLLAB_INVITE_BLOCKED_MISSING_JUSTIFICATION"
pub const SHIELD_JUSTIFICATION_APPROVAL: &'static str = "SHIELD_JUSTIFICATION_APPROVAL"
pub const SHIELD_SHARED_LINK_ACCESS_BLOCKED: &'static str = "SHIELD_SHARED_LINK_ACCESS_BLOCKED"
pub const SHIELD_SHARED_LINK_STATUS_RESTRICTED_ON_CREATE: &'static str = "SHIELD_SHARED_LINK_STATUS_RESTRICTED_ON_CREATE"
pub const SHIELD_SHARED_LINK_STATUS_RESTRICTED_ON_UPDATE: &'static str = "SHIELD_SHARED_LINK_STATUS_RESTRICTED_ON_UPDATE"
pub const SIGN_DOCUMENT_ASSIGNED: &'static str = "SIGN_DOCUMENT_ASSIGNED"
pub const SIGN_DOCUMENT_CANCELLED: &'static str = "SIGN_DOCUMENT_CANCELLED"
pub const SIGN_DOCUMENT_COMPLETED: &'static str = "SIGN_DOCUMENT_COMPLETED"
pub const SIGN_DOCUMENT_CONVERTED: &'static str = "SIGN_DOCUMENT_CONVERTED"
pub const SIGN_DOCUMENT_CREATED: &'static str = "SIGN_DOCUMENT_CREATED"
pub const SIGN_DOCUMENT_DECLINED: &'static str = "SIGN_DOCUMENT_DECLINED"
pub const SIGN_DOCUMENT_EXPIRED: &'static str = "SIGN_DOCUMENT_EXPIRED"
pub const SIGN_DOCUMENT_SIGNED: &'static str = "SIGN_DOCUMENT_SIGNED"
pub const SIGN_DOCUMENT_VIEWED_BY_SIGNED: &'static str = "SIGN_DOCUMENT_VIEWED_BY_SIGNED"
pub const SIGNER_DOWNLOADED: &'static str = "SIGNER_DOWNLOADED"
pub const SIGNER_FORWARDED: &'static str = "SIGNER_FORWARDED"
pub const STORAGE_EXPIRATION: &'static str = "STORAGE_EXPIRATION"
pub const TASK_ASSIGNMENT_CREATE: &'static str = "TASK_ASSIGNMENT_CREATE"
pub const TASK_ASSIGNMENT_DELETE: &'static str = "TASK_ASSIGNMENT_DELETE"
pub const TASK_ASSIGNMENT_UPDATE: &'static str = "TASK_ASSIGNMENT_UPDATE"
pub const TASK_CREATE: &'static str = "TASK_CREATE"
pub const TASK_UPDATE: &'static str = "TASK_UPDATE"
pub const TERMS_OF_SERVICE_ACCEPT: &'static str = "TERMS_OF_SERVICE_ACCEPT"
pub const TERMS_OF_SERVICE_REJECT: &'static str = "TERMS_OF_SERVICE_REJECT"
pub const UNDELETE: &'static str = "UNDELETE"
pub const UNFAVORITE: &'static str = "UNFAVORITE"
pub const UNLOCK: &'static str = "UNLOCK"
pub const UNSHARE: &'static str = "UNSHARE"
pub const UPDATE_COLLABORATION_EXPIRATION: &'static str = "UPDATE_COLLABORATION_EXPIRATION"
pub const UPDATE_SHARE_EXPIRATION: &'static str = "UPDATE_SHARE_EXPIRATION"
pub const UPLOAD: &'static str = "UPLOAD"
pub const USER_AUTHENTICATE_OAUTH2_ACCESS_TOKEN_CREATE: &'static str = "USER_AUTHENTICATE_OAUTH2_ACCESS_TOKEN_CREATE"
pub const WATERMARK_LABEL_CREATE: &'static str = "WATERMARK_LABEL_CREATE"
pub const WATERMARK_LABEL_DELETE: &'static str = "WATERMARK_LABEL_DELETE"
pub const WORKFLOW_AUTOMATION_CREATE: &'static str = "WORKFLOW_AUTOMATION_CREATE"
pub const WORKFLOW_AUTOMATION_DELETE: &'static str = "WORKFLOW_AUTOMATION_DELETE"
pub const WORKFLOW_AUTOMATION_UPDATE: &'static str = "WORKFLOW_AUTOMATION_UPDATE"
Trait Implementations§
Source§impl Clone for GetEventType
impl Clone for GetEventType
Source§fn clone(&self) -> GetEventType
fn clone(&self) -> GetEventType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetEventType
impl Debug for GetEventType
Source§impl Default for GetEventType
impl Default for GetEventType
Source§fn default() -> GetEventType
fn default() -> GetEventType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetEventType
impl<'de> Deserialize<'de> for GetEventType
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
impl Eq for GetEventType
Source§impl PartialEq for GetEventType
impl PartialEq for GetEventType
Source§impl Serialize for GetEventType
impl Serialize for GetEventType
impl StructuralPartialEq for GetEventType
Auto Trait Implementations§
impl Freeze for GetEventType
impl RefUnwindSafe for GetEventType
impl Send for GetEventType
impl Sync for GetEventType
impl Unpin for GetEventType
impl UnsafeUnpin for GetEventType
impl UnwindSafe for GetEventType
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