pub struct PythonRequestsConfig {
pub package_name: Option<String>,
}Fields§
§package_name: Option<String>Trait Implementations§
Source§impl Clone for PythonRequestsConfig
impl Clone for PythonRequestsConfig
Source§fn clone(&self) -> PythonRequestsConfig
fn clone(&self) -> PythonRequestsConfig
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 PythonRequestsConfig
impl Debug for PythonRequestsConfig
Source§impl Default for PythonRequestsConfig
impl Default for PythonRequestsConfig
Source§fn default() -> PythonRequestsConfig
fn default() -> PythonRequestsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PythonRequestsConfig
impl<'de> Deserialize<'de> for PythonRequestsConfig
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 PythonRequestsConfig
impl RefUnwindSafe for PythonRequestsConfig
impl Send for PythonRequestsConfig
impl Sync for PythonRequestsConfig
impl Unpin for PythonRequestsConfig
impl UnsafeUnpin for PythonRequestsConfig
impl UnwindSafe for PythonRequestsConfig
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