pub struct PluginChannelBridgeReadiness {
pub ready: bool,
pub missing_fields: Vec<String>,
}Fields§
§ready: bool§missing_fields: Vec<String>Trait Implementations§
Source§impl Clone for PluginChannelBridgeReadiness
impl Clone for PluginChannelBridgeReadiness
Source§fn clone(&self) -> PluginChannelBridgeReadiness
fn clone(&self) -> PluginChannelBridgeReadiness
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 PluginChannelBridgeReadiness
impl Debug for PluginChannelBridgeReadiness
Source§impl<'de> Deserialize<'de> for PluginChannelBridgeReadiness
impl<'de> Deserialize<'de> for PluginChannelBridgeReadiness
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 PluginChannelBridgeReadiness
impl PartialEq for PluginChannelBridgeReadiness
Source§fn eq(&self, other: &PluginChannelBridgeReadiness) -> bool
fn eq(&self, other: &PluginChannelBridgeReadiness) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PluginChannelBridgeReadiness
impl StructuralPartialEq for PluginChannelBridgeReadiness
Auto Trait Implementations§
impl Freeze for PluginChannelBridgeReadiness
impl RefUnwindSafe for PluginChannelBridgeReadiness
impl Send for PluginChannelBridgeReadiness
impl Sync for PluginChannelBridgeReadiness
impl Unpin for PluginChannelBridgeReadiness
impl UnsafeUnpin for PluginChannelBridgeReadiness
impl UnwindSafe for PluginChannelBridgeReadiness
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