pub struct RunConfig {
pub callbacks: Option<CallbackManager>,
pub tags: Vec<String>,
pub metadata: BTreeMap<String, Value>,
pub name_override: Option<String>,
}Fields§
§callbacks: Option<CallbackManager>§metadata: BTreeMap<String, Value>§name_override: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunConfig
impl !RefUnwindSafe for RunConfig
impl Send for RunConfig
impl Sync for RunConfig
impl Unpin for RunConfig
impl UnsafeUnpin for RunConfig
impl !UnwindSafe for RunConfig
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