pub struct UpdateExternalEngine {
pub name: String,
pub max_threads: u32,
pub max_hash: u32,
pub default_depth: u8,
pub variants: Option<Vec<String>>,
pub provider_secret: String,
pub provider_data: Option<String>,
}Fields§
§name: String§max_threads: u32§max_hash: u32§default_depth: u8§variants: Option<Vec<String>>§provider_secret: String§provider_data: Option<String>Trait Implementations§
Source§impl Clone for UpdateExternalEngine
impl Clone for UpdateExternalEngine
Source§fn clone(&self) -> UpdateExternalEngine
fn clone(&self) -> UpdateExternalEngine
Returns a duplicate of the value. Read more
1.0.0 · 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 UpdateExternalEngine
impl Debug for UpdateExternalEngine
Auto Trait Implementations§
impl Freeze for UpdateExternalEngine
impl RefUnwindSafe for UpdateExternalEngine
impl Send for UpdateExternalEngine
impl Sync for UpdateExternalEngine
impl Unpin for UpdateExternalEngine
impl UnwindSafe for UpdateExternalEngine
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