pub struct PluginConfigNetwork {
    pub type: String,
}Expand description
PluginConfigNetwork plugin config network
Fields§
§type: Stringtype
Implementations§
Source§impl PluginConfigNetwork
 
impl PluginConfigNetwork
pub fn new(type: String) -> PluginConfigNetwork
Trait Implementations§
Source§impl Clone for PluginConfigNetwork
 
impl Clone for PluginConfigNetwork
Source§fn clone(&self) -> PluginConfigNetwork
 
fn clone(&self) -> PluginConfigNetwork
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 PluginConfigNetwork
 
impl Debug for PluginConfigNetwork
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
Source§impl FromStr for PluginConfigNetwork
Converts Query Parameters representation (style=form, explode=false) to a PluginConfigNetwork value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
 
impl FromStr for PluginConfigNetwork
Converts Query Parameters representation (style=form, explode=false) to a PluginConfigNetwork value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for PluginConfigNetwork
 
impl PartialEq for PluginConfigNetwork
Source§impl Serialize for PluginConfigNetwork
 
impl Serialize for PluginConfigNetwork
Source§impl ToString for PluginConfigNetwork
Converts the PluginConfigNetwork value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
 
impl ToString for PluginConfigNetwork
Converts the PluginConfigNetwork value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer
Source§impl Validate for PluginConfigNetwork
 
impl Validate for PluginConfigNetwork
Source§impl<'v_a> ValidateArgs<'v_a> for PluginConfigNetwork
 
impl<'v_a> ValidateArgs<'v_a> for PluginConfigNetwork
impl StructuralPartialEq for PluginConfigNetwork
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