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