pub struct ClosedRange {
pub start: Box<Obj>,
pub end: Box<Obj>,
}Fields§
§start: Box<Obj>§end: Box<Obj>Implementations§
Trait Implementations§
Source§impl Clone for ClosedRange
impl Clone for ClosedRange
Source§fn clone(&self) -> ClosedRange
fn clone(&self) -> ClosedRange
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 moreAuto Trait Implementations§
impl Freeze for ClosedRange
impl RefUnwindSafe for ClosedRange
impl !Send for ClosedRange
impl !Sync for ClosedRange
impl Unpin for ClosedRange
impl UnsafeUnpin for ClosedRange
impl UnwindSafe for ClosedRange
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