[][src]Struct pb_jelly::Signed32

pub struct Signed32(pub i32);

Trait Implementations

impl Clone for Signed32[src]

impl Copy for Signed32[src]

impl Debug for Signed32[src]

impl Default for Signed32[src]

impl Deref for Signed32[src]

type Target = i32

The resulting type after dereferencing.

impl DerefMut for Signed32[src]

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

impl Eq for Signed32[src]

impl Hash for Signed32[src]

impl Message for Signed32[src]

impl Ord for Signed32[src]

impl PartialEq<Signed32> for Signed32[src]

impl PartialOrd<Signed32> for Signed32[src]

impl Serialize for Signed32[src]

impl StructuralEq for Signed32[src]

impl StructuralPartialEq for Signed32[src]

Auto Trait Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.