pub struct InlineProviderConfig {
pub name: String,
pub cidrs: Vec<IpNet>,
pub extra: BTreeMap<String, Value>,
}Fields§
§name: String§cidrs: Vec<IpNet>§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for InlineProviderConfig
impl Clone for InlineProviderConfig
Source§fn clone(&self) -> InlineProviderConfig
fn clone(&self) -> InlineProviderConfig
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 InlineProviderConfig
impl Debug for InlineProviderConfig
Source§impl<'de> Deserialize<'de> for InlineProviderConfig
impl<'de> Deserialize<'de> for InlineProviderConfig
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 InlineProviderConfig
impl RefUnwindSafe for InlineProviderConfig
impl Send for InlineProviderConfig
impl Sync for InlineProviderConfig
impl Unpin for InlineProviderConfig
impl UnsafeUnpin for InlineProviderConfig
impl UnwindSafe for InlineProviderConfig
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