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