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