pub struct IdentificationResult {
pub pool: Pool,
pub identification_method: IdentificationMethod,
}
Fields§
§pool: Pool
The pool that was identified.
identification_method: IdentificationMethod
The method the pool was identified with.
Trait Implementations§
Source§impl Clone for IdentificationResult
impl Clone for IdentificationResult
Source§fn clone(&self) -> IdentificationResult
fn clone(&self) -> IdentificationResult
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 IdentificationResult
impl Debug for IdentificationResult
Source§impl<'de> Deserialize<'de> for IdentificationResult
impl<'de> Deserialize<'de> for IdentificationResult
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 IdentificationResult
impl PartialEq for IdentificationResult
Source§impl Serialize for IdentificationResult
impl Serialize for IdentificationResult
impl Eq for IdentificationResult
impl StructuralPartialEq for IdentificationResult
Auto Trait Implementations§
impl Freeze for IdentificationResult
impl RefUnwindSafe for IdentificationResult
impl Send for IdentificationResult
impl Sync for IdentificationResult
impl Unpin for IdentificationResult
impl UnwindSafe for IdentificationResult
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