pub struct PythonCompositionConfig {
pub stack: PythonStackConfig,
pub live_urls: BTreeMap<String, String>,
}Fields§
§stack: PythonStackConfig§live_urls: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for PythonCompositionConfig
impl Clone for PythonCompositionConfig
Source§fn clone(&self) -> PythonCompositionConfig
fn clone(&self) -> PythonCompositionConfig
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 PythonCompositionConfig
impl Debug for PythonCompositionConfig
Source§impl Default for PythonCompositionConfig
impl Default for PythonCompositionConfig
Source§fn default() -> PythonCompositionConfig
fn default() -> PythonCompositionConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PythonCompositionConfig
impl RefUnwindSafe for PythonCompositionConfig
impl Send for PythonCompositionConfig
impl Sync for PythonCompositionConfig
impl Unpin for PythonCompositionConfig
impl UnsafeUnpin for PythonCompositionConfig
impl UnwindSafe for PythonCompositionConfig
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