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