pub struct Colon(pub Span);Expand description
:
Tuple Fields§
§0: SpanTrait Implementations§
Auto Trait Implementations§
impl !Send for Colon
impl !Sync for Colon
impl Freeze for Colon
impl RefUnwindSafe for Colon
impl Unpin for Colon
impl UnsafeUnpin 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