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