pub struct EngineSelection {
pub provider_id: ProviderId,
pub contract_version: ContractVersion,
pub implementation_fingerprint: String,
}Fields§
§provider_id: ProviderId§contract_version: ContractVersion§implementation_fingerprint: StringTrait Implementations§
Source§impl Clone for EngineSelection
impl Clone for EngineSelection
Source§fn clone(&self) -> EngineSelection
fn clone(&self) -> EngineSelection
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 EngineSelection
impl Debug for EngineSelection
Source§impl<'de> Deserialize<'de> for EngineSelection
impl<'de> Deserialize<'de> for EngineSelection
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
impl Eq for EngineSelection
Source§impl PartialEq for EngineSelection
impl PartialEq for EngineSelection
Source§impl Serialize for EngineSelection
impl Serialize for EngineSelection
impl StructuralPartialEq for EngineSelection
Auto Trait Implementations§
impl Freeze for EngineSelection
impl RefUnwindSafe for EngineSelection
impl Send for EngineSelection
impl Sync for EngineSelection
impl Unpin for EngineSelection
impl UnsafeUnpin for EngineSelection
impl UnwindSafe for EngineSelection
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