Struct GCPluginInstanceInfo
pub struct GCPluginInstanceInfo {
pub instance_name: String,
pub plugin_path: String,
pub plugin_config: Value,
pub is_running: bool,
}Expand description
Plugin Instance Information
Fields§
§instance_name: String§plugin_path: String§plugin_config: Value§is_running: boolTrait Implementations§
§impl Clone for GCPluginInstanceInfo
impl Clone for GCPluginInstanceInfo
§fn clone(&self) -> GCPluginInstanceInfo
fn clone(&self) -> GCPluginInstanceInfo
Returns a duplicate 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 more§impl Debug for GCPluginInstanceInfo
impl Debug for GCPluginInstanceInfo
§impl PartialEq for GCPluginInstanceInfo
impl PartialEq for GCPluginInstanceInfo
impl Eq for GCPluginInstanceInfo
impl StructuralPartialEq for GCPluginInstanceInfo
Auto Trait Implementations§
impl Freeze for GCPluginInstanceInfo
impl RefUnwindSafe for GCPluginInstanceInfo
impl Send for GCPluginInstanceInfo
impl Sync for GCPluginInstanceInfo
impl Unpin for GCPluginInstanceInfo
impl UnsafeUnpin for GCPluginInstanceInfo
impl UnwindSafe for GCPluginInstanceInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.