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