pub struct RangeStandard;
Trait Implementations§
Source§impl Debug for RangeStandard
impl Debug for RangeStandard
Source§impl Default for RangeStandard
impl Default for RangeStandard
Source§fn default() -> RangeStandard
fn default() -> RangeStandard
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RangeStandard
impl RefUnwindSafe for RangeStandard
impl Send for RangeStandard
impl Sync for RangeStandard
impl Unpin for RangeStandard
impl UnwindSafe for RangeStandard
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