pub struct LeadingOperator;Trait Implementations§
Source§impl Rule for LeadingOperator
impl Rule for LeadingOperator
Auto Trait Implementations§
impl Freeze for LeadingOperator
impl RefUnwindSafe for LeadingOperator
impl Send for LeadingOperator
impl Sync for LeadingOperator
impl Unpin for LeadingOperator
impl UnsafeUnpin for LeadingOperator
impl UnwindSafe for LeadingOperator
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