pub enum RuntimeRole {
Executable,
Launcher,
DynamicLibrary,
RuntimeData,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeRole
impl Clone for RuntimeRole
Source§fn clone(&self) -> RuntimeRole
fn clone(&self) -> RuntimeRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RuntimeRole
Source§impl Debug for RuntimeRole
impl Debug for RuntimeRole
impl Eq for RuntimeRole
Source§impl PartialEq for RuntimeRole
impl PartialEq for RuntimeRole
impl StructuralPartialEq for RuntimeRole
Auto Trait Implementations§
impl Freeze for RuntimeRole
impl RefUnwindSafe for RuntimeRole
impl Send for RuntimeRole
impl Sync for RuntimeRole
impl Unpin for RuntimeRole
impl UnsafeUnpin for RuntimeRole
impl UnwindSafe for RuntimeRole
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