pub struct EmbedderConfig {
pub module: String,
pub class: String,
pub kwargs: Map<String, Value>,
}Fields§
§module: String§class: String§kwargs: Map<String, Value>Trait Implementations§
Source§impl Clone for EmbedderConfig
impl Clone for EmbedderConfig
Source§fn clone(&self) -> EmbedderConfig
fn clone(&self) -> EmbedderConfig
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 moreAuto Trait Implementations§
impl Freeze for EmbedderConfig
impl RefUnwindSafe for EmbedderConfig
impl Send for EmbedderConfig
impl Sync for EmbedderConfig
impl Unpin for EmbedderConfig
impl UnsafeUnpin for EmbedderConfig
impl UnwindSafe for EmbedderConfig
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