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