pub struct PluginConfigNetwork {
pub type: String,
}
Available on crate feature
v5
only.Expand description
PluginConfigNetwork plugin config network
Fields§
§type: String
type
Trait Implementations§
Source§impl Debug for PluginConfigNetwork
impl Debug for PluginConfigNetwork
Source§impl Default for PluginConfigNetwork
impl Default for PluginConfigNetwork
Source§fn default() -> PluginConfigNetwork
fn default() -> PluginConfigNetwork
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginConfigNetwork
impl<'de> Deserialize<'de> for PluginConfigNetwork
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
Auto Trait Implementations§
impl Freeze for PluginConfigNetwork
impl RefUnwindSafe for PluginConfigNetwork
impl Send for PluginConfigNetwork
impl Sync for PluginConfigNetwork
impl Unpin for PluginConfigNetwork
impl UnwindSafe for PluginConfigNetwork
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