pub struct EstimatorInfo {
pub backend: String,
pub model: Option<String>,
pub is_exact: bool,
}Fields§
§backend: String§model: Option<String>§is_exact: boolTrait Implementations§
Source§impl Clone for EstimatorInfo
impl Clone for EstimatorInfo
Source§fn clone(&self) -> EstimatorInfo
fn clone(&self) -> EstimatorInfo
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 EstimatorInfo
impl Debug for EstimatorInfo
Source§impl<'de> Deserialize<'de> for EstimatorInfo
impl<'de> Deserialize<'de> for EstimatorInfo
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
Source§impl PartialEq for EstimatorInfo
impl PartialEq for EstimatorInfo
Source§impl Serialize for EstimatorInfo
impl Serialize for EstimatorInfo
impl StructuralPartialEq for EstimatorInfo
Auto Trait Implementations§
impl Freeze for EstimatorInfo
impl RefUnwindSafe for EstimatorInfo
impl Send for EstimatorInfo
impl Sync for EstimatorInfo
impl Unpin for EstimatorInfo
impl UnsafeUnpin for EstimatorInfo
impl UnwindSafe for EstimatorInfo
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