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