Enum commit_verify::strategies::IntoInner
source · pub enum IntoInner {}Expand description
Commits to the value by converting it into inner type. Useful for newtypes.
Can apply only to types implementing Wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for IntoInner
impl Send for IntoInner
impl Sync for IntoInner
impl Unpin for IntoInner
impl UnwindSafe for IntoInner
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