pub struct ReverseV2 { /* private fields */ }
Expand description
Builder for the ReverseV2
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReverseV2
impl RefUnwindSafe for ReverseV2
impl Send for ReverseV2
impl Sync for ReverseV2
impl Unpin for ReverseV2
impl UnwindSafe for ReverseV2
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