Trait HashableRustyValue

Source
pub trait HashableRustyValue {
    // Required method
    fn into_hashable_rusty_value(self) -> HashableValue;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl HashableRustyValue for bool

Source§

impl HashableRustyValue for i8

Source§

impl HashableRustyValue for i16

Source§

impl HashableRustyValue for i32

Source§

impl HashableRustyValue for i64

Source§

impl HashableRustyValue for i128

Source§

impl HashableRustyValue for isize

Source§

impl HashableRustyValue for u8

Source§

impl HashableRustyValue for u16

Source§

impl HashableRustyValue for u32

Source§

impl HashableRustyValue for u64

Source§

impl HashableRustyValue for u128

Source§

impl HashableRustyValue for ()

Source§

impl HashableRustyValue for usize

Source§

impl HashableRustyValue for String

Source§

impl HashableRustyValue for OsString

Source§

impl<'a> HashableRustyValue for &'a str

Implementors§