Enum ayaka_runtime::plugin::LoadStatus
source · pub enum LoadStatus {
CreateEngine,
LoadPlugin(String, usize, usize),
}Expand description
The load status of Runtime.
Variants§
Trait Implementations§
source§impl Clone for LoadStatus
impl Clone for LoadStatus
source§fn clone(&self) -> LoadStatus
fn clone(&self) -> LoadStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LoadStatus
impl Debug for LoadStatus
source§impl From<LoadStatus> for OpenStatus
impl From<LoadStatus> for OpenStatus
source§fn from(value: LoadStatus) -> Self
fn from(value: LoadStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for LoadStatus
impl Send for LoadStatus
impl Sync for LoadStatus
impl Unpin for LoadStatus
impl UnwindSafe for LoadStatus
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