pub struct RArrow {
pub spans: [Span; 2],
}Expand description
->
Usage: function return type, closure return type, function pointer type.
Don’t try to remember the name of this type — use the
Token! macro instead.
Fields§
§spans: [Span; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for RArrow
impl RefUnwindSafe for RArrow
impl !Send for RArrow
impl !Sync for RArrow
impl Unpin for RArrow
impl UnwindSafe for RArrow
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