pub struct Executable;Expand description
Values that are programs executables, everything is allowed.
Trait Implementations§
Source§impl Default for Executable
impl Default for Executable
Source§fn default() -> Executable
fn default() -> Executable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Executable
impl RefUnwindSafe for Executable
impl Send for Executable
impl Sync for Executable
impl Unpin for Executable
impl UnwindSafe for Executable
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