enum PatRangeBound {
Const(ExprConst),
Lit(ExprLit),
Path(ExprPath),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for PatRangeBound
impl RefUnwindSafe for PatRangeBound
impl !Send for PatRangeBound
impl !Sync for PatRangeBound
impl Unpin for PatRangeBound
impl UnsafeUnpin for PatRangeBound
impl UnwindSafe for PatRangeBound
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