[][src]Trait bve::parse::kvp::FromKVPSection

pub trait FromKVPSection: Default {
    type Warnings;
#[must_use]
    fn from_kvp_section(section: &KVPSection) -> (Self, Vec<Self::Warnings>);
}

Associated Types

Loading content...

Required methods

#[must_use] fn from_kvp_section(section: &KVPSection) -> (Self, Vec<Self::Warnings>)

Loading content...

Implementors

impl FromKVPSection for AnimatedObject[src]

impl FromKVPSection for AnimatedSound[src]

impl FromKVPSection for AnimatedStateChangeSound[src]

impl FromKVPSection for Includes[src]

impl FromKVPSection for bve::parse::extensions_cfg::car::CarSection[src]

impl FromKVPSection for CouplerSection[src]

impl FromKVPSection for ExteriorSection[src]

impl FromKVPSection for AccelerationSection[src]

impl FromKVPSection for BrakeSection[src]

impl FromKVPSection for CabSection[src]

impl FromKVPSection for bve::parse::train_dat::car::CarSection[src]

impl FromKVPSection for DelaySection[src]

impl FromKVPSection for DeviceSection[src]

impl FromKVPSection for HandleSection[src]

impl FromKVPSection for MotorSection[src]

impl FromKVPSection for MovementSection[src]

impl FromKVPSection for PerformanceSection[src]

impl FromKVPSection for PressureSection[src]

impl FromKVPSection for VersionSection[src]

Loading content...