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