pub enum Actions {
Authorize,
Append,
Create,
Read,
Update,
Delete,
Compile,
Compute,
Consent,
Transact,
}Variants
Authorize
Append
Create
Read
Update
Delete
Compile
Compute
Consent
Transact
Auto Trait Implementations
impl RefUnwindSafe for Actions
impl Send for Actions
impl Sync for Actions
impl Unpin for Actions
impl UnwindSafe for Actions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more