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

pub trait FromKVPValue {
#[must_use]
    fn from_kvp_value(value: &str) -> Option<Self>
    where
        Self: Sized
; }

Required methods

#[must_use] fn from_kvp_value(value: &str) -> Option<Self> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl FromKVPValue for u8[src]

impl FromKVPValue for i8[src]

impl FromKVPValue for u16[src]

impl FromKVPValue for i16[src]

impl FromKVPValue for u32[src]

impl FromKVPValue for i32[src]

impl FromKVPValue for u64[src]

impl FromKVPValue for i64[src]

impl FromKVPValue for u128[src]

impl FromKVPValue for i128[src]

impl FromKVPValue for usize[src]

impl FromKVPValue for isize[src]

impl FromKVPValue for f32[src]

impl FromKVPValue for f64[src]

impl FromKVPValue for bool[src]

impl<T> FromKVPValue for Option<T> where
    T: FromKVPValue
[src]

impl FromKVPValue for String[src]

impl<T> FromKVPValue for Vec<T> where
    T: FromKVPValue + Default
[src]

impl<T> FromKVPValue for Vector1<T> where
    T: FromKVPValue + Default
[src]

impl<T> FromKVPValue for Vector2<T> where
    T: FromKVPValue + Default
[src]

impl<T> FromKVPValue for Vector3<T> where
    T: FromKVPValue + Default
[src]

impl<T> FromKVPValue for Vector4<T> where
    T: FromKVPValue + Default
[src]

Loading content...

Implementors

impl FromKVPValue for PlayOn[src]

impl FromKVPValue for RefreshRate[src]

impl FromKVPValue for TextureOverride[src]

impl FromKVPValue for BrakeControlSystem[src]

impl FromKVPValue for BrakeType[src]

impl FromKVPValue for FrontCarType[src]

impl FromKVPValue for FrontalArea[src]

impl FromKVPValue for AtcAvailable[src]

impl FromKVPValue for AtsAvailable[src]

impl FromKVPValue for ConstSpeedAvailable[src]

impl FromKVPValue for DoorMode[src]

impl FromKVPValue for EmergencyBrakeAvailable[src]

impl FromKVPValue for HoldBrakeAvailable[src]

impl FromKVPValue for PassAlarmType[src]

impl FromKVPValue for ReAdhesionDeviceType[src]

impl FromKVPValue for EmergencyBrakeHandleBehavior[src]

impl FromKVPValue for HandleType[src]

impl FromKVPValue for LocoBrakeType[src]

impl FromKVPValue for Version[src]

impl FromKVPValue for Damping[src]

impl FromKVPValue for AxlePositions[src]

impl FromKVPValue for Distances[src]

impl FromKVPValue for ParsedFunctionScript[src]

impl FromKVPValue for AccelerationPoint[src]

impl FromKVPValue for MotorSoundType[src]

Loading content...