pub struct LessFormatFunction {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
Source§impl Debug for LessFormatFunction
impl Debug for LessFormatFunction
Auto Trait Implementations§
impl Freeze for LessFormatFunction
impl RefUnwindSafe for LessFormatFunction
impl Send for LessFormatFunction
impl Sync for LessFormatFunction
impl Unpin for LessFormatFunction
impl UnsafeUnpin for LessFormatFunction
impl UnwindSafe for LessFormatFunction
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