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