pub struct IntegerValue { /* private fields */ }Expand description
“integer-value”.
Implementations§
Trait Implementations§
Source§impl Clone for IntegerValue
impl Clone for IntegerValue
Source§fn clone(&self) -> IntegerValue
fn clone(&self) -> IntegerValue
Returns a duplicate 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 IntegerValue
impl Debug for IntegerValue
Source§impl PartialEq for IntegerValue
impl PartialEq for IntegerValue
Source§impl StmtArg for IntegerValue
impl StmtArg for IntegerValue
impl StructuralPartialEq for IntegerValue
Auto Trait Implementations§
impl Freeze for IntegerValue
impl RefUnwindSafe for IntegerValue
impl Send for IntegerValue
impl Sync for IntegerValue
impl Unpin for IntegerValue
impl UnwindSafe for IntegerValue
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