pub struct Int64Field { /* private fields */ }
Expand description
NDE FIELD_INT64
Implementations§
Source§impl Int64Field
impl Int64Field
Trait Implementations§
Source§impl Debug for Int64Field
impl Debug for Int64Field
Source§impl<'de> Deserialize<'de> for Int64Field
impl<'de> Deserialize<'de> for Int64Field
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for Int64Field
impl Display for Int64Field
Source§impl NdeField for Int64Field
impl NdeField for Int64Field
Auto Trait Implementations§
impl Freeze for Int64Field
impl RefUnwindSafe for Int64Field
impl Send for Int64Field
impl Sync for Int64Field
impl Unpin for Int64Field
impl UnwindSafe for Int64Field
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more