pub struct borrow(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Peek for borrow
impl Peek for borrow
impl Copy for borrow
Auto Trait Implementations§
impl Freeze for borrow
impl RefUnwindSafe for borrow
impl Send for borrow
impl Sync for borrow
impl Unpin for borrow
impl UnwindSafe for borrow
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