pub struct ConfirmTransType;Expand description
ConfirmTransType (666).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfirmTransType
impl RefUnwindSafe for ConfirmTransType
impl Send for ConfirmTransType
impl Sync for ConfirmTransType
impl Unpin for ConfirmTransType
impl UnsafeUnpin for ConfirmTransType
impl UnwindSafe for ConfirmTransType
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