Struct activity::SetConfigArgs
source · pub struct SetConfigArgs {
pub user_interactive_pip: bool,
}Fields§
§user_interactive_pip: boolTrait Implementations§
source§impl Debug for SetConfigArgs
impl Debug for SetConfigArgs
source§impl<'de> Deserialize<'de> for SetConfigArgs
impl<'de> Deserialize<'de> for SetConfigArgs
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 SetConfigArgs
impl RefUnwindSafe for SetConfigArgs
impl Send for SetConfigArgs
impl Sync for SetConfigArgs
impl Unpin for SetConfigArgs
impl UnwindSafe for SetConfigArgs
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