pub enum ActionType {
None,
Mutation,
View,
Process,
Event,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for ActionType
impl AsRef<str> for ActionType
Source§impl Debug for ActionType
impl Debug for ActionType
Source§impl Into<ActionType> for FunctionInfo
impl Into<ActionType> for FunctionInfo
Source§fn into(self) -> ActionType
fn into(self) -> ActionType
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ActionType
impl RefUnwindSafe for ActionType
impl Send for ActionType
impl Sync for ActionType
impl Unpin for ActionType
impl UnwindSafe for ActionType
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