pub struct ProviderPolyvalOptions {
pub mu: Option<ProviderPolyvalMu>,
}Fields§
§mu: Option<ProviderPolyvalMu>Trait Implementations§
Source§impl Clone for ProviderPolyvalOptions
impl Clone for ProviderPolyvalOptions
Source§fn clone(&self) -> ProviderPolyvalOptions
fn clone(&self) -> ProviderPolyvalOptions
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 ProviderPolyvalOptions
impl Debug for ProviderPolyvalOptions
Source§impl Default for ProviderPolyvalOptions
impl Default for ProviderPolyvalOptions
Source§fn default() -> ProviderPolyvalOptions
fn default() -> ProviderPolyvalOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderPolyvalOptions
impl<'de> Deserialize<'de> for ProviderPolyvalOptions
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 ProviderPolyvalOptions
impl PartialEq for ProviderPolyvalOptions
Source§impl Serialize for ProviderPolyvalOptions
impl Serialize for ProviderPolyvalOptions
impl Copy for ProviderPolyvalOptions
impl StructuralPartialEq for ProviderPolyvalOptions
Auto Trait Implementations§
impl Freeze for ProviderPolyvalOptions
impl RefUnwindSafe for ProviderPolyvalOptions
impl Send for ProviderPolyvalOptions
impl Sync for ProviderPolyvalOptions
impl Unpin for ProviderPolyvalOptions
impl UnwindSafe for ProviderPolyvalOptions
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