pub struct LessPercentKeyword {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
Source§impl Debug for LessPercentKeyword
impl Debug 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