pub struct Pound {
pub spans: [Span; 1],
}Expand description
Fields§
§spans: [Span; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pound
impl RefUnwindSafe for Pound
impl !Send for Pound
impl !Sync for Pound
impl Unpin for Pound
impl UnwindSafe for Pound
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