pub struct OpStar {
pub span: Range<usize>,
}Fields§
§span: Range<usize>Trait Implementations§
impl StructuralPartialEq for OpStar
Auto Trait Implementations§
impl Freeze for OpStar
impl RefUnwindSafe for OpStar
impl Send for OpStar
impl Sync for OpStar
impl Unpin for OpStar
impl UnwindSafe for OpStar
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