[][src]Struct pb_jelly::Fixed64

pub struct Fixed64(pub u64);

Trait Implementations

impl Clone for Fixed64[src]

impl Copy for Fixed64[src]

impl Debug for Fixed64[src]

impl Default for Fixed64[src]

impl Deref for Fixed64[src]

type Target = u64

The resulting type after dereferencing.

impl DerefMut for Fixed64[src]

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

impl Eq for Fixed64[src]

impl Hash for Fixed64[src]

impl Message for Fixed64[src]

impl Ord for Fixed64[src]

impl PartialEq<Fixed64> for Fixed64[src]

impl PartialOrd<Fixed64> for Fixed64[src]

impl Serialize for Fixed64[src]

impl StructuralEq for Fixed64[src]

impl StructuralPartialEq for Fixed64[src]

Auto Trait Implementations

impl RefUnwindSafe for Fixed64

impl Send for Fixed64

impl Sync for Fixed64

impl Unpin for Fixed64

impl UnwindSafe for Fixed64

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, E> Message for T where
    E: Debug,
    T: TryFrom<i32, Error = E> + Into<i32> + ProtoEnum
[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.