Trait salak::IntoProperty[][src]

pub trait IntoProperty: Sized {
    fn into_property(self) -> Property;
}

Convert to Property.

Required methods

fn into_property(self) -> Property[src]

Convert to property.

Loading content...

Implementations on Foreign Types

impl IntoProperty for String[src]

impl IntoProperty for &str[src]

impl IntoProperty for u8[src]

impl IntoProperty for u16[src]

impl IntoProperty for u32[src]

impl IntoProperty for i8[src]

impl IntoProperty for i16[src]

impl IntoProperty for i32[src]

impl IntoProperty for i64[src]

impl IntoProperty for u64[src]

impl IntoProperty for u128[src]

impl IntoProperty for i128[src]

impl IntoProperty for isize[src]

impl IntoProperty for usize[src]

impl IntoProperty for f32[src]

impl IntoProperty for f64[src]

Loading content...

Implementors

Loading content...