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