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