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