pub struct RangeTo<const MAX: u64>;
Expand description
Marker for field writers are safe to write in specified inclusive range
Auto Trait Implementations§
impl<const MAX: u64> Freeze for RangeTo<MAX>
impl<const MAX: u64> RefUnwindSafe for RangeTo<MAX>
impl<const MAX: u64> Send for RangeTo<MAX>
impl<const MAX: u64> Sync for RangeTo<MAX>
impl<const MAX: u64> Unpin for RangeTo<MAX>
impl<const MAX: u64> UnwindSafe for RangeTo<MAX>
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