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