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