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