pub struct ProviderNative {
pub settings: Map<String, Value>,
pub type_: String,
pub url: Option<String>,
}Fields§
§settings: Map<String, Value>§type_: String§url: Option<String>Trait Implementations§
Source§impl Clone for ProviderNative
impl Clone for ProviderNative
Source§fn clone(&self) -> ProviderNative
fn clone(&self) -> ProviderNative
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProviderNative
impl Debug for ProviderNative
Source§impl<'de> Deserialize<'de> for ProviderNative
impl<'de> Deserialize<'de> for ProviderNative
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 ProviderNative
impl PartialEq for ProviderNative
Source§impl Serialize for ProviderNative
impl Serialize for ProviderNative
impl StructuralPartialEq for ProviderNative
Auto Trait Implementations§
impl Freeze for ProviderNative
impl RefUnwindSafe for ProviderNative
impl Send for ProviderNative
impl Sync for ProviderNative
impl Unpin for ProviderNative
impl UnsafeUnpin for ProviderNative
impl UnwindSafe for ProviderNative
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