Trait query_interface::Object [] [src]

pub unsafe trait Object: Any { }

This trait is the primary function of the library. Object trait objects can be freely queried for any other trait, allowing conversion between trait objects.

Methods

impl Object
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl ToOwned for Object
[src]

[src]

Creates owned data from borrowed data, usually by cloning. Read more

[src]

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl Debug for Object
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Object
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Object
[src]

impl PartialOrd for Object
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Object
[src]

[src]

This method returns an Ordering between self and other. Read more

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Hash for Object
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl HasInterface<Object> for bool
[src]

impl HasInterface<Object> for i8
[src]

impl HasInterface<Object> for u8
[src]

impl HasInterface<Object> for i16
[src]

impl HasInterface<Object> for u16
[src]

impl HasInterface<Object> for i32
[src]

impl HasInterface<Object> for u32
[src]

impl HasInterface<Object> for i64
[src]

impl HasInterface<Object> for u64
[src]

impl HasInterface<Object> for char
[src]

impl HasInterface<Object> for f32
[src]

impl HasInterface<Object> for f64
[src]

impl HasInterface<Object> for String
[src]

impl HasInterface<Object> for PathBuf
[src]

impl HasInterface<Object> for Vec<bool>
[src]

impl HasInterface<Object> for Vec<i8>
[src]

impl HasInterface<Object> for Vec<u8>
[src]

impl HasInterface<Object> for Vec<i16>
[src]

impl HasInterface<Object> for Vec<u16>
[src]

impl HasInterface<Object> for Vec<i32>
[src]

impl HasInterface<Object> for Vec<u32>
[src]

impl HasInterface<Object> for Vec<i64>
[src]

impl HasInterface<Object> for Vec<u64>
[src]

impl HasInterface<Object> for Vec<char>
[src]

impl HasInterface<Object> for Vec<f32>
[src]

impl HasInterface<Object> for Vec<f64>
[src]

impl HasInterface<Object> for Vec<String>
[src]

impl HasInterface<Object> for Vec<PathBuf>
[src]

Implementations on Foreign Types

impl Object for bool
[src]

[src]

impl Object for i8
[src]

[src]

impl Object for u8
[src]

[src]

impl Object for i16
[src]

[src]

impl Object for u16
[src]

[src]

impl Object for i32
[src]

[src]

impl Object for u32
[src]

[src]

impl Object for i64
[src]

[src]

impl Object for u64
[src]

[src]

impl Object for char
[src]

[src]

impl Object for f32
[src]

[src]

impl Object for f64
[src]

[src]

impl Object for String
[src]

[src]

impl Object for PathBuf
[src]

[src]

impl Object for Vec<bool>
[src]

[src]

impl Object for Vec<i8>
[src]

[src]

impl Object for Vec<u8>
[src]

[src]

impl Object for Vec<i16>
[src]

[src]

impl Object for Vec<u16>
[src]

[src]

impl Object for Vec<i32>
[src]

[src]

impl Object for Vec<u32>
[src]

[src]

impl Object for Vec<i64>
[src]

[src]

impl Object for Vec<u64>
[src]

[src]

impl Object for Vec<char>
[src]

[src]

impl Object for Vec<f32>
[src]

[src]

impl Object for Vec<f64>
[src]

[src]

impl Object for Vec<String>
[src]

[src]

impl Object for Vec<PathBuf>
[src]

[src]

Implementors