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