pub struct Action<'batch>(_, _);
Auto Trait Implementations
impl<'batch> RefUnwindSafe for Action<'batch>
impl<'batch> Send for Action<'batch>
impl<'batch> Sync for Action<'batch>
impl<'batch> Unpin for Action<'batch>
impl<'batch> !UnwindSafe for Action<'batch>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more