pub enum ActivityKeyupdatetype {
Created,
Deleted,
Name_changed,
Role_changed,
State_changed,
Date_changed,
Ip_access_list_changed,
Org_role_changed,
Default_service_role_changed,
Service_role_changed,
Roles_v2_changed,
Unknown(String),
}Expand description
Inline enum for Activity.keyUpdateType.
Variants§
Created
Deleted
Name_changed
Role_changed
State_changed
Date_changed
Ip_access_list_changed
Org_role_changed
Default_service_role_changed
Service_role_changed
Roles_v2_changed
Unknown(String)
Catch-all for unknown or newly-added values.
Trait Implementations§
Source§impl Clone for ActivityKeyupdatetype
impl Clone for ActivityKeyupdatetype
Source§fn clone(&self) -> ActivityKeyupdatetype
fn clone(&self) -> ActivityKeyupdatetype
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 ActivityKeyupdatetype
impl Debug for ActivityKeyupdatetype
Source§impl Default for ActivityKeyupdatetype
impl Default for ActivityKeyupdatetype
Source§fn default() -> ActivityKeyupdatetype
fn default() -> ActivityKeyupdatetype
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActivityKeyupdatetype
impl<'de> Deserialize<'de> for ActivityKeyupdatetype
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 Display for ActivityKeyupdatetype
impl Display for ActivityKeyupdatetype
Source§impl PartialEq for ActivityKeyupdatetype
impl PartialEq for ActivityKeyupdatetype
Source§fn eq(&self, other: &ActivityKeyupdatetype) -> bool
fn eq(&self, other: &ActivityKeyupdatetype) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActivityKeyupdatetype
impl Serialize for ActivityKeyupdatetype
impl StructuralPartialEq for ActivityKeyupdatetype
Auto Trait Implementations§
impl Freeze for ActivityKeyupdatetype
impl RefUnwindSafe for ActivityKeyupdatetype
impl Send for ActivityKeyupdatetype
impl Sync for ActivityKeyupdatetype
impl Unpin for ActivityKeyupdatetype
impl UnsafeUnpin for ActivityKeyupdatetype
impl UnwindSafe for ActivityKeyupdatetype
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