pub struct Ne {
pub spans: [Span; 2],
}Expand description
Fields§
§spans: [Span; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ne
impl RefUnwindSafe for Ne
impl !Send for Ne
impl !Sync for Ne
impl Unpin for Ne
impl UnwindSafe for Ne
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