pub struct LessListFunction {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
Source§impl Clone for LessListFunction
impl Clone for LessListFunction
Source§fn clone(&self) -> LessListFunction
fn clone(&self) -> LessListFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LessListFunction
impl Debug for LessListFunction
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessListFunction
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessListFunction
Source§impl PartialEq for LessListFunction
impl PartialEq for LessListFunction
Source§fn eq(&self, other: &LessListFunction) -> bool
fn eq(&self, other: &LessListFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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