Struct msgpack_schema::value::Int [−][src]
pub struct Int { /* fields omitted */ }Expand description
Integer ranging from -(2^63) to (2^64)-1.
Trait Implementations
fn deserialize<D>(
deserializer: &mut D
) -> Result<Self, DeserializeError<D::Error>> where
D: Deserializer, [src]Auto Trait Implementations
impl RefUnwindSafe for Intimpl UnwindSafe for IntBlanket Implementations
Mutably borrows from an owned value. Read more