pub struct RaggedRange { /* private fields */ }
Expand description
Builder for the RaggedRange
operation.
Implementations§
Source§impl RaggedRange
impl RaggedRange
Trait Implementations§
Source§impl Debug for RaggedRange
impl Debug for RaggedRange
Source§impl Default for RaggedRange
impl Default for RaggedRange
Source§fn default() -> RaggedRange
fn default() -> RaggedRange
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RaggedRange
impl RefUnwindSafe for RaggedRange
impl Send for RaggedRange
impl Sync for RaggedRange
impl Unpin for RaggedRange
impl UnwindSafe for RaggedRange
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