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