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