pub struct Le {
pub spans: [Span; 2],
}Expand description
<=
Usage: less than or equal to.
Don’t try to remember the name of this type — use the
Token! macro instead.
Fields§
§spans: [Span; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Le
impl RefUnwindSafe for Le
impl !Send for Le
impl !Sync for Le
impl Unpin for Le
impl UnwindSafe for Le
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