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