[][src]Struct json_trait_rs::JsonMap

pub struct JsonMap<'json, T: JsonType>(_);

Methods

impl<'json, T: JsonType> JsonMap<'json, T>[src]

pub fn new(object: &'json T) -> Self[src]

Trait Implementations

impl<'json, T: Debug + JsonType> Debug for JsonMap<'json, T>[src]

impl<'json, T: JsonType> Deref for JsonMap<'json, T>[src]

type Target = T

The resulting type after dereferencing.

impl<'json> JsonMapTrait<'json, JsonValue> for JsonMap<'json, JsonValue>[src]

impl<'json> JsonMapTrait<'json, PyAny> for JsonMap<'json, PyAny>[src]

impl<'json> JsonMapTrait<'json, RustType> for JsonMap<'json, RustType>[src]

impl<'json, T: JsonType> JsonMapTrait<'json, T> for JsonMap<'json, T>[src]

impl<'json> JsonMapTrait<'json, Value> for JsonMap<'json, Value>[src]

impl<'json> JsonMapTrait<'json, Value> for JsonMap<'json, Value>[src]

Auto Trait Implementations

impl<'json, T> RefUnwindSafe for JsonMap<'json, T> where
    T: RefUnwindSafe

impl<'json, T> Send for JsonMap<'json, T> where
    T: Sync

impl<'json, T> Sync for JsonMap<'json, T> where
    T: Sync

impl<'json, T> Unpin for JsonMap<'json, T>

impl<'json, T> UnwindSafe for JsonMap<'json, T> where
    T: RefUnwindSafe

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> From<T> for T[src]

impl<T> FromPy<T> for T

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

impl<T, U> IntoPy<U> for T where
    U: FromPy<T>, 

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.