pub struct ProviderThinkingPolicy {
pub expose: bool,
}Fields§
§expose: boolImplementations§
Source§impl ProviderThinkingPolicy
impl ProviderThinkingPolicy
pub fn is_default(&self) -> bool
Trait Implementations§
Source§impl Clone for ProviderThinkingPolicy
impl Clone for ProviderThinkingPolicy
Source§fn clone(&self) -> ProviderThinkingPolicy
fn clone(&self) -> ProviderThinkingPolicy
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 ProviderThinkingPolicy
impl Debug for ProviderThinkingPolicy
Source§impl Default for ProviderThinkingPolicy
impl Default for ProviderThinkingPolicy
Source§fn default() -> ProviderThinkingPolicy
fn default() -> ProviderThinkingPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderThinkingPolicy
impl<'de> Deserialize<'de> for ProviderThinkingPolicy
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
impl Eq for ProviderThinkingPolicy
Source§impl PartialEq for ProviderThinkingPolicy
impl PartialEq for ProviderThinkingPolicy
Source§fn eq(&self, other: &ProviderThinkingPolicy) -> bool
fn eq(&self, other: &ProviderThinkingPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProviderThinkingPolicy
impl Serialize for ProviderThinkingPolicy
impl StructuralPartialEq for ProviderThinkingPolicy
Auto Trait Implementations§
impl Freeze for ProviderThinkingPolicy
impl RefUnwindSafe for ProviderThinkingPolicy
impl Send for ProviderThinkingPolicy
impl Sync for ProviderThinkingPolicy
impl Unpin for ProviderThinkingPolicy
impl UnsafeUnpin for ProviderThinkingPolicy
impl UnwindSafe for ProviderThinkingPolicy
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