pub struct confirmed;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for confirmed
impl RefUnwindSafe for confirmed
impl Send for confirmed
impl Sync for confirmed
impl Unpin for confirmed
impl UnwindSafe for confirmed
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