pub struct DefaultInteger;
Trait Implementations§
Source§impl Clone for DefaultInteger
impl Clone for DefaultInteger
Source§fn clone(&self) -> DefaultInteger
fn clone(&self) -> DefaultInteger
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DefaultInteger
impl Debug for DefaultInteger
Source§impl<'a> OptionType<'a> for DefaultInteger
impl<'a> OptionType<'a> for DefaultInteger
type OutputValue = i64
type DefaultValue = i64
fn convert_default(value: &Self::DefaultValue) -> Option<Value>
fn from_value(value: &Option<Value>) -> Self::OutputValue
fn get_value_type() -> ValueType
Auto Trait Implementations§
impl Freeze for DefaultInteger
impl RefUnwindSafe for DefaultInteger
impl Send for DefaultInteger
impl Sync for DefaultInteger
impl Unpin for DefaultInteger
impl UnwindSafe for DefaultInteger
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