pub struct LessLookup<'s> {
pub name: Option<LessLookupName<'s>>,
pub span: Span,
}Fields§
§name: Option<LessLookupName<'s>>§span: SpanTrait Implementations§
Source§impl<'s> Clone for LessLookup<'s>
impl<'s> Clone for LessLookup<'s>
Source§fn clone(&self) -> LessLookup<'s>
fn clone(&self) -> LessLookup<'s>
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<'s> Debug for LessLookup<'s>
impl<'s> Debug for LessLookup<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessLookup<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessLookup<'s>
Source§impl<'s> PartialEq for LessLookup<'s>
impl<'s> PartialEq for LessLookup<'s>
Source§fn eq(&self, other: &LessLookup<'s>) -> bool
fn eq(&self, other: &LessLookup<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for LessLookup<'s>
Auto Trait Implementations§
impl<'s> Freeze for LessLookup<'s>
impl<'s> RefUnwindSafe for LessLookup<'s>
impl<'s> Send for LessLookup<'s>
impl<'s> Sync for LessLookup<'s>
impl<'s> Unpin for LessLookup<'s>
impl<'s> UnsafeUnpin for LessLookup<'s>
impl<'s> UnwindSafe for LessLookup<'s>
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