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