pub struct ValuesRange {
pub start: ValueBound,
pub end: ValueBound,
}
Fields§
§start: ValueBound
§end: ValueBound
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ValuesRange
impl RefUnwindSafe for ValuesRange
impl Send for ValuesRange
impl Sync for ValuesRange
impl Unpin for ValuesRange
impl UnwindSafe for ValuesRange
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