pub struct RangeArg { /* private fields */ }Expand description
“range-arg”.
Implementations§
Trait Implementations§
impl StructuralPartialEq for RangeArg
Auto Trait Implementations§
impl Freeze for RangeArg
impl RefUnwindSafe for RangeArg
impl Send for RangeArg
impl Sync for RangeArg
impl Unpin for RangeArg
impl UnwindSafe for RangeArg
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