[][src]Crate into_owned

This crate provides a trait IntoOwned for associating a type with its owned variant.

In this experimental version, IntoOwned is implemented only for primitive numeric types (i8, i16, i32, i64, i128, isize, u8, u16, u32, u64, u128, usize, f32, and f64) and their references.

Enums

Is

Represents an owned value, an immutably borrowed reference, or a mutably borrowed reference.

Traits

IntoOwned

A trait for associating a type with its owned variant.