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