pub type Create = CreateDef<Point, StateSrc>;Aliased Type§
pub struct Create {
pub template: TemplateDef<PointTemplateDef<PointDef<RouteSeg, PointSeg>>>,
pub properties: SetProperties,
pub strategy: Strategy,
pub state: StateSrc,
}Fields§
§template: TemplateDef<PointTemplateDef<PointDef<RouteSeg, PointSeg>>>§properties: SetProperties§strategy: Strategy§state: StateSrcImplementations§
Source§impl Create
impl Create
pub fn fulfillment(self, bin: Bin) -> Create
pub fn to_wave_proto(self) -> DirectedProto
Trait Implementations§
Source§impl Into<DirectedCore> for Create
impl Into<DirectedCore> for Create
Source§fn into(self) -> DirectedCore
fn into(self) -> DirectedCore
Converts this type into the (usually inferred) input type.
Source§impl Into<DirectedProto> for Create
impl Into<DirectedProto> for Create
Source§fn into(self) -> DirectedProto
fn into(self) -> DirectedProto
Converts this type into the (usually inferred) input type.