pub struct PredictorTemplate {
pub graph: GraphSpec,
pub campaign: CampaignSpec,
pub controller_manifests: BTreeMap<ControllerId, ControllerManifest>,
pub template_fingerprint: String,
}Fields§
§graph: GraphSpec§campaign: CampaignSpec§controller_manifests: BTreeMap<ControllerId, ControllerManifest>§template_fingerprint: StringImplementations§
Trait Implementations§
Source§impl Clone for PredictorTemplate
impl Clone for PredictorTemplate
Source§fn clone(&self) -> PredictorTemplate
fn clone(&self) -> PredictorTemplate
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 PredictorTemplate
impl Debug for PredictorTemplate
Source§impl<'de> Deserialize<'de> for PredictorTemplate
impl<'de> Deserialize<'de> for PredictorTemplate
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 PredictorTemplate
impl PartialEq for PredictorTemplate
Source§impl Serialize for PredictorTemplate
impl Serialize for PredictorTemplate
impl StructuralPartialEq for PredictorTemplate
Auto Trait Implementations§
impl Freeze for PredictorTemplate
impl RefUnwindSafe for PredictorTemplate
impl Send for PredictorTemplate
impl Sync for PredictorTemplate
impl Unpin for PredictorTemplate
impl UnsafeUnpin for PredictorTemplate
impl UnwindSafe for PredictorTemplate
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