[][src]Struct amadeus_types::Bson

pub struct Bson(_);

A Rust type corresponding to the Bson logical type.

Implementations

impl Bson[src]

pub fn capacity(&self) -> usize[src]

Trait Implementations

impl AmadeusOrd for Bson[src]

impl Clone for Bson[src]

impl Data for Bson[src]

type Vec = Vec<Self>

type DynamicType = ()

impl Debug for Bson[src]

impl<'de> Deserialize<'de> for Bson[src]

impl DowncastFrom<Value> for Bson[src]

impl Eq for Bson[src]

impl From<Bson> for Vec<u8>[src]

impl From<Bson> for Value[src]

impl From<Vec<u8>> for Bson[src]

impl Hash for Bson[src]

impl Ord for Bson[src]

impl PartialEq<Bson> for Bson[src]

impl PartialEq<Bson> for Value[src]

impl PartialOrd<Bson> for Bson[src]

impl Serialize for Bson[src]

impl StructuralEq for Bson[src]

impl StructuralPartialEq for Bson[src]

Auto Trait Implementations

impl RefUnwindSafe for Bson

impl Send for Bson

impl Sync for Bson

impl Unpin for Bson

impl UnwindSafe for Bson

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<A, B> Downcast<A> for B where
    A: DowncastFrom<B>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ProcessSend for T where
    T: Send + Serialize + for<'de> Deserialize<'de> + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,