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