pub enum EsActionType {
Auth,
Notify,
}
Expand description
The event type
Variants§
Trait Implementations§
Source§impl Debug for EsActionType
impl Debug for EsActionType
Source§impl PartialEq for EsActionType
impl PartialEq for EsActionType
impl StructuralPartialEq for EsActionType
Auto Trait Implementations§
impl Freeze for EsActionType
impl RefUnwindSafe for EsActionType
impl Send for EsActionType
impl Sync for EsActionType
impl Unpin for EsActionType
impl UnwindSafe for EsActionType
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