pub struct PluginRuntimeProfile {
pub source_language: String,
pub bridge_kind: PluginBridgeKind,
pub adapter_family: String,
pub entrypoint_hint: String,
}Fields§
§source_language: String§bridge_kind: PluginBridgeKind§adapter_family: String§entrypoint_hint: StringTrait Implementations§
Source§impl Clone for PluginRuntimeProfile
impl Clone for PluginRuntimeProfile
Source§fn clone(&self) -> PluginRuntimeProfile
fn clone(&self) -> PluginRuntimeProfile
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 moreSource§impl Debug for PluginRuntimeProfile
impl Debug for PluginRuntimeProfile
Source§impl Default for PluginRuntimeProfile
impl Default for PluginRuntimeProfile
Source§fn default() -> PluginRuntimeProfile
fn default() -> PluginRuntimeProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginRuntimeProfilewhere
PluginRuntimeProfile: Default,
impl<'de> Deserialize<'de> for PluginRuntimeProfilewhere
PluginRuntimeProfile: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PluginRuntimeProfile
impl PartialEq for PluginRuntimeProfile
Source§impl Serialize for PluginRuntimeProfile
impl Serialize for PluginRuntimeProfile
impl Eq for PluginRuntimeProfile
impl StructuralPartialEq for PluginRuntimeProfile
Auto Trait Implementations§
impl Freeze for PluginRuntimeProfile
impl RefUnwindSafe for PluginRuntimeProfile
impl Send for PluginRuntimeProfile
impl Sync for PluginRuntimeProfile
impl Unpin for PluginRuntimeProfile
impl UnsafeUnpin for PluginRuntimeProfile
impl UnwindSafe for PluginRuntimeProfile
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