pub enum CallbackEventType {
AppUninstalled,
GridMigrationFinished,
GridMigrationStarted,
}Variants§
Trait Implementations§
Source§impl Debug for CallbackEventType
impl Debug for CallbackEventType
Source§impl<'de> Deserialize<'de> for CallbackEventType
impl<'de> Deserialize<'de> for CallbackEventType
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 PartialEq for CallbackEventType
impl PartialEq for CallbackEventType
Source§impl Serialize for CallbackEventType
impl Serialize for CallbackEventType
impl StructuralPartialEq for CallbackEventType
Auto Trait Implementations§
impl Freeze for CallbackEventType
impl RefUnwindSafe for CallbackEventType
impl Send for CallbackEventType
impl Sync for CallbackEventType
impl Unpin for CallbackEventType
impl UnwindSafe for CallbackEventType
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