pub enum NONAction {
PutObject,
GetObject,
PostObject,
SelectObject,
DeleteObject,
}
Variants
Trait Implementations
impl Eq for NONAction
impl StructuralEq for NONAction
impl StructuralPartialEq for NONAction
Auto Trait Implementations
impl RefUnwindSafe for NONAction
impl Send for NONAction
impl Sync for NONAction
impl Unpin for NONAction
impl UnwindSafe for NONAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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