pub(crate) struct Colon {
pub span: Span,
}
Fields§
§span: Span
Auto Trait Implementations§
impl Freeze for Colon
impl RefUnwindSafe for Colon
impl !Send for Colon
impl !Sync for Colon
impl Unpin for Colon
impl UnwindSafe for Colon
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