pub struct RawSpan { /* private fields */ }Implementations§
Trait Implementations§
impl StructuralPartialEq for RawSpan
Auto Trait Implementations§
impl Freeze for RawSpan
impl RefUnwindSafe for RawSpan
impl Send for RawSpan
impl Sync for RawSpan
impl Unpin for RawSpan
impl UnsafeUnpin for RawSpan
impl UnwindSafe for RawSpan
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