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