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