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