pub struct Executable { /* private fields */ }
Expand description
方法和构造函数的共同功能的共享超类。
Implementations§
Source§impl Executable
impl Executable
Trait Implementations§
Source§impl Debug for Executable
impl Debug for Executable
Source§impl Deref for Executable
impl Deref for Executable
Source§impl From<&GlobalRef> for Executable
impl From<&GlobalRef> for Executable
Source§impl Into<GlobalRef> for &Executable
impl Into<GlobalRef> for &Executable
Source§impl JObjNew for Executable
impl JObjNew for Executable
Source§impl JType for Executable
impl JType for Executable
Source§impl PartialEq for Executable
impl PartialEq for Executable
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