pub struct XIntegerValue { /* private fields */ }
Trait Implementations§
Source§impl Clone for XIntegerValue
impl Clone for XIntegerValue
Source§fn clone(&self) -> XIntegerValue
fn clone(&self) -> XIntegerValue
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 Display for XIntegerValue
impl Display for XIntegerValue
Source§impl From<i32> for XIntegerValue
impl From<i32> for XIntegerValue
Source§impl XIntegerEntity for XIntegerValue
impl XIntegerEntity for XIntegerValue
impl Copy for XIntegerValue
Auto Trait Implementations§
impl Freeze for XIntegerValue
impl RefUnwindSafe for XIntegerValue
impl Send for XIntegerValue
impl Sync for XIntegerValue
impl Unpin for XIntegerValue
impl UnwindSafe for XIntegerValue
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