pub struct IntegerView {
pub integer: Integer,
}Fields§
§integer: IntegerTrait Implementations§
Source§impl Clone for IntegerView
impl Clone for IntegerView
Source§fn clone(&self) -> IntegerView
fn clone(&self) -> IntegerView
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 IntegerView
impl Debug for IntegerView
Source§impl PartialEq for IntegerView
impl PartialEq for IntegerView
impl Copy for IntegerView
impl Eq for IntegerView
impl StructuralPartialEq for IntegerView
Auto Trait Implementations§
impl Freeze for IntegerView
impl RefUnwindSafe for IntegerView
impl Send for IntegerView
impl Sync for IntegerView
impl Unpin for IntegerView
impl UnwindSafe for IntegerView
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