pub enum ExecuteUnknown {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecuteUnknown
impl RefUnwindSafe for ExecuteUnknown
impl Send for ExecuteUnknown
impl Sync for ExecuteUnknown
impl Unpin for ExecuteUnknown
impl UnwindSafe for ExecuteUnknown
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